Type alias ReplaceLayoutPayload

ReplaceLayoutPayload: {
    opts: ReplaceLayoutOpts;
    target: Identity;
}

Type declaration

  • opts: ReplaceLayoutOpts

    Object containing the layout to be applied.

  • target: Identity

    Identity of the window whose layout will be replace.

Generated using TypeDoc