Skip to content

MACHINA_TYPE

const MACHINA_TYPE: typeof MACHINA_TYPE

Defined in: types.ts:388

Symbol used as a property key to identify machina FSM instances at runtime. Each class stamps itself with a MachinaType value so the ChildLink adapter can dispatch handle()/canHandle()/reset() correctly without circular imports.