Preparing search index...
The search index is not available
antigravity-sdk
antigravity-sdk
Event
Type Alias Event<T>
Event
:
(
listener
:
(
e
:
T
)
=>
void
)
=>
IDisposable
A function that represents a subscription to an event. Call the returned disposable to unsubscribe.
Type Parameters
T
Type declaration
(
listener
:
(
e
:
T
)
=>
void
)
:
IDisposable
Parameters
listener
:
(
e
:
T
)
=>
void
Returns
IDisposable
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
antigravity-sdk
Loading...
A function that represents a subscription to an event. Call the returned disposable to unsubscribe.