Type alias PropagatedWindowEvent<TargetTopic>

PropagatedWindowEvent<TargetTopic>: PropagatedEvent<"window", TargetTopic, Exclude<WindowSourcedEvent, WindowCloseRequestedEvent>>

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