AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Type Alias ChildViewDestination

    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" }
      • identity: Identity
      • type: "existing-window"

        Add the View to this existing window.

    • { type: "new-window" }
      • type: "new-window"

        Create a new window containing the View.