Libticketto
Preparing search index...
@ticketto/protocol
EventSubscription
Interface EventSubscription<T>
interface
EventSubscription
<
T
>
{
on
(
callback
:
(
event
:
T
)
=>
void
)
:
void
;
}
Type Parameters
T
Index
Methods
on
Methods
on
on
(
callback
:
(
event
:
T
)
=>
void
)
:
void
Parameters
callback
:
(
event
:
T
)
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
on
Libticketto
Loading...