AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface LayoutStateChangedEvent

    Generated when the Layout experiences a state change, for example tabs added/removed.

    interface LayoutStateChangedEvent {
        containerSelector: string;
        name: string;
        tabSelector: string;
        topic: "openfin-DOM-event";
        type: "layout-state-changed";
        uuid: string;
    }
    Index
    containerSelector: string
    name: string

    The name of the component. Must be unique within the owning application.

    tabSelector: string
    topic: "openfin-DOM-event"
    type: "layout-state-changed"
    uuid: string

    Universally unique identifier of the application that owns the component.