AboutSupportDeveloper GuideVersion 38.126.82.64
interface ReplaceLayoutPayload {
    opts: ReplaceLayoutOptions;
    target: Identity | LayoutIdentity;
}

Properties

Properties

Object containing the layout to be applied.

Identity of the window whose layout will be replaced.