Type alias Action

Action: BaseSystemType & {
    currentState: ActionState | null;
    startCondition: ActionStartConditionState | null;
}

Type declaration

Generated using TypeDoc