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

    Type Alias Event

    Event: { topic: "frame" } & (
        | OpenFin.FrameEvents.ConnectedEvent
        | OpenFin.FrameEvents.DisconnectedEvent
    )

    Union containing every possible event that can be emitted by a _Frame. Events are discriminated by their type. Event payloads unique to Frame can be found under the OpenFin.FrameEvents namespace.