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

    Interface ReplaceLayoutPayload

    interface ReplaceLayoutPayload {
        opts: ReplaceLayoutOptions;
        target: Identity | LayoutIdentity;
    }
    Index

    Object containing the layout to be applied.

    Identity of the window whose layout will be replaced.