ContextRemovedListener#

Type alias ContextRemovedListener

ContextRemovedListener: ((contextName) => void)

Type declaration

    • (contextName): void
    • A listener function which can be registered with addContextRemovedListener.

      Parameters

      • contextName: string

        The name of the removed Context.

      Returns void