AboutSupportDeveloper GuideVersion 37.124.81.24

Type alias PropagatedEvent<TargetTopic>

PropagatedEvent<TargetTopic>: OpenFin.Events.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 ViewEvents will not re-propagate.

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

Type Parameters

  • TargetTopic extends string