ContextRemovedListener#
Type alias ContextRemovedListener
Context Removed Listener: ((contextName) => void)
Type declaration
-
- (contextName): void
-
Parameters
-
contextName: string
The name of the removed Context.
Returns void
-
The name of the removed Context.
A listener function which can be registered with addContextRemovedListener.