Sanity Library Reference Docs
    Preparing search index...

    Variable EXECUTOR_CLASSIFICATION_DISPLAYConst

    EXECUTOR_CLASSIFICATION_DISPLAY: {
        autonomous: { description: string; title: string };
        hybrid: { description: string; title: string };
        interactive: { description: string; title: string };
        "off-system": { description: string; title: string };
    } = ...

    Executor classifications — who, if anyone, fires an activity's actions (shape-derived; see ./activity-kind.ts).

    Type declaration

    • autonomous: { description: string; title: string }
    • hybrid: { description: string; title: string }
    • interactive: { description: string; title: string }
    • off-system: { description: string; title: string }