ContextCreatedListenerOptions#
Type alias ContextCreatedListenerOptions
Context Created Listener Options: {
once?: boolean;
}
once?: boolean;
}
Type declaration
-
Optional
once?: booleanIf true, the listener would be automatically removed when invoked.
Default
false
An object that specifies characteristics about the event listener