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

    Type Alias Event

    Event:
        | OpenFin.ViewEvents.PropagatedEvent<"application">
        | OpenFin.WindowEvents.PropagatedEvent<"application">
        | ApplicationWindowEvent
        | ApplicationSourcedEvent

    Union containing every possible event that can be emitted by an Application. Events are discriminated by their type. Event payloads unique to Application can be found under the OpenFin.ApplicationEvents namespace (payloads inherited from propagated events are defined in the namespace from which they propagate).