Open a new or existing display context.
Name of the display context
Options for the display context
gets the Display Workers details running in the environment.
A ES2015 Map object with displayNames as keys and bounds as values.
list display contexts live in the environment.
An array of String containing display context names.
gets the activelist display contexts.
An array of String containing display context names.
sets a display context active. Making a display context active ensures only windows of the display context are visible. Windows from other display contexts are hidden.
return false if the display context name is already active.
Creates a display context. If the display context already exists, it is made active and a DisplayContext Object is restored from store.
A DisplayContext Object is returned.
hides all display contexts. If the display context already exists, it is made active and a DisplayContext Object is restored from store.
A array of JSON object containing status of hide function execution at all display workers.
gets the details of the focused window from a display.
gets the details of the focused window from all displays.
viewObject created event
viewObject hidden event
viewObject became visible event
viewObject closed event
viewObject bounds changed event
viewObject URL changed event
viewObject URL reloaded event
viewObject crashed event
viewObject GPU crashed event
viewObject plugin crashed event
DisplayContext created event
DisplayContext changed event
DisplayContext closed event
Display worker removed event. Use
Display worker added event
Generated using TypeDoc
Class representing the DisplayContextFactory object.
The main function to use is openDisplayContext