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

    Interface CloseWindowPayload

    Represents the shape of payload that contains the Window Identity and related options.

    interface CloseWindowPayload {
        options: { skipBeforeUnload?: boolean };
        windowId: Identity;
    }
    Index
    options: { skipBeforeUnload?: boolean }

    Type Declaration

    • OptionalskipBeforeUnload?: boolean

      When set to true skips any before handler set on views that are part of the window

      false
      
    windowId: Identity

    Identity of the Window