Sanity Library Reference Docs
    Preparing search index...

    Variable ACTIVITY_KIND_DISPLAYConst

    ACTIVITY_KIND_DISPLAY: {
        manual: { description: string; title: string };
        receive: { description: string; title: string };
        script: { description: string; title: string };
        service: { description: string; title: string };
        user: { description: string; title: string };
    } = ...

    Activity-kind labels — the per-kind renderer's heading + tooltip. Kept OUT of the combined DISPLAY map: kinds are a classification axis a consumer looks up deliberately, not a _type, and "service" collides with the same-named DRIVER_KIND_DISPLAY key.

    Type declaration

    • manual: { description: string; title: string }
    • receive: { description: string; title: string }
    • script: { description: string; title: string }
    • service: { description: string; title: string }
    • user: { description: string; title: string }