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