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

    Type Alias PropagatedEvent<TargetTopic>

    PropagatedEvent: OpenFin.BaseEvents.PropagatedEvent<
        "window",
        TargetTopic,
        WindowSourcedEvent,
    >

    A Window event that has propagated to the parent Application and System, prefixing the type string with 'window-'. Only window-sourced events will propagate this way; those that have propagated from OpenFin.ViewEvents will not re-propagate.

    "Requested" events (e.g. AuthRequestedEvent) do not propagate to System.

    Type Parameters

    • TargetTopic extends string