cxx-frontend
Preparing search index...
Event
Interface Event<T>
Subscribes a listener and returns its subscription.
Type Parameters
T
Event
(
listener
:
(
e
:
T
)
=>
void
)
:
{
dispose
()
:
void
}
Parameters
listener
:
(
e
:
T
)
=>
void
Returns
{
dispose
()
:
void
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
cxx-frontend
Loading...
Subscribes a listener and returns its subscription.