MACHINA_TYPE
constMACHINA_TYPE: typeofMACHINA_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.