AboutSupportDeveloper GuideVersion 37.124.81.24

Type alias PropagatedEvent<TargetTopic>

PropagatedEvent<TargetTopic>: OpenFin.Events.BaseEvents.PropagatedEvent<"view", TargetTopic, OpenFin.Events.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

Type declaration