AboutSupportDeveloper GuideVersion 46.151.100.38
ChildViewDestination: {
    identity: Identity;
    type: "existing-window";
} | {
    type: "new-window";
}

Describes where an already-created View should be placed.

Type declaration

  • identity: Identity
  • type: "existing-window"

    Add the View to this existing window.

Type declaration

  • type: "new-window"

    Create a new window containing the View.