Properties
onAddDisplay
onAddDisplay:(id: Int32) => void
Triggered when a new display is added.
onRemoveDisplay
onRemoveDisplay:(id: Int32) => void
Triggered when a display is removed.
When a display is removed then the “Display” object should not be
used to do any operation rather it should wait for onAddDisplay() event
and then use the “Display” object, otherwise the “Display” object behaviour
is undefined.

