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

    Type Alias PropagatedEvent<TargetTopic>

    PropagatedEvent: OpenFin.BaseEvents.PropagatedEvent<
        "view",
        TargetTopic,
        OpenFin.ViewEvents.ViewEvent,
    > & { viewIdentity: Identity }

    A view event that has propagated to a parent Window, Application, or System), adding a viewIdentity property (since the Identity property of the propagated event refers to the Window) and prefixing the event type key with 'view-'.

    Type Parameters

    • TargetTopic extends string