Skip to content

@yantrix/automata v0.0.1Docs


Yantrix API / @yantrix/automata / IAutomataExtendedEventContainer

Interface: IAutomataExtendedEventContainer<EventType, EventMetaType>

Interface for an Automata extended event container.

Extends

  • IAutomataEventContainer<EventType>

Extended by

Type Parameters

EventType extends TAutomataBaseEventType

The type of the event.

EventMetaType extends { [K in EventType]: any }

The type of the event metadata.