zibri
Preparing search index...
event/event-service.interface
EventSubscriptionInterface
Type Alias EventSubscriptionInterface
The result of subscribing to an event.
type
EventSubscriptionInterface
=
{
unsubscribe
:
()
=>
void
;
}
Implemented by
EventSubscription
Index
Properties
unsubscribe
Properties
unsubscribe
unsubscribe
:
()
=>
void
Unsubscribes from the event.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
unsubscribe
zibri
Loading...
The result of subscribing to an event.