ContextCreatedListener# webVis API Reference ContextCreatedListener Type alias ContextCreatedListener ContextCreatedListener: ((context) => void) Type declaration (context): void A listener function which can be registered with addContextCreatedListener. Parameters context: ContextAPI The created Context. Returns void
A listener function which can be registered with addContextCreatedListener.