ContextRemovedListenerOptions#
Type alias ContextRemovedListenerOptions
Context Removed 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