AboutSupportDeveloper GuideVersion 41.129.83.2
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.