@minecraft/server-editor
    Preparing search index...

    Type Alias StatefulActionBeta

    An action which returns the activation state.

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

    Properties

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