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