Type alias OrchestrationEvent<KEventName>
OrchestrationEvent<KEventName>: {
type: KEventName;
data: OrchestrationMapping[KEventName];
}
Type Parameters
-
KEventName extends keyof OrchestrationMapping
Type declaration
-
type: KEventName
-
data: OrchestrationMapping[KEventName]
Represents an event emitted by a widget.