- Tutorials:
- See:
stbDisplayManager global object.
Members
(static, readonly) list :Array.<stbDisplay>
Get array of all available stbDisplay
instances in the system.
Type:
- Array.<stbDisplay>
Example
// get display #0 instance
// and check connection state
if ( stbDisplayManager.list[0].state === 1 ) {
...
};