Skip to content

twine / StateBody

Type Alias: StateBody

StateBody = (ctx) => void

Defined in: state-machine.ts:10

Code emitted at a state's enter / tick / exit point.

Parameters

ctx

FunctionContext

Returns

void

Released under the MIT License · Credits