Properties

isInitialised

True if the window has been opened and its Strelit Layout instance initialised.

Events

initialised

Emitted when the window has been opened and its Strelit Layout instance initialised

closed

Emitted when the window has been closed

toConfig()

Creates a window configuration object from the Popout. Window configurations look like this:

{
    "dimensions": {
        "width": 1532,
        "height": 100,
        "left": 0,
        "top": 129
    },
    "content": [/* your usual content config */],
    "parentId": "4ef2ubr28tor",
    "indexInParent": 1
}

getGlInstance()

Returns the Strelit Layout instance from the child window

getWindow()

Returns the native Window object

close()

Closes the popout

popIn()

Returns the popout to its original position as specified in parentId and indexInParent

Community & Support

Need help or have architectural questions?

Whether you are building complex multi-screen trading terminals, enterprise data workspaces, or migrating from legacy layout engines, the Strelit UI Kit engineering team and community are here to help.

Open an Issue on GitHub →