@minecraft
    正在准备搜索索引...

    类型别名 StatefulAction

    An action which returns the activation state.

    type StatefulAction = {
        actionType: StatefulAction;
        onExecute: (active: boolean) => void;
    }
    索引

    属性

    actionType: StatefulAction
    onExecute: (active: boolean) => void