Sanity Library Reference Docs
    Preparing search index...

    Variable DRIVER_KIND_DISPLAYConst

    DRIVER_KIND_DISPLAY: {
        agent: { description: string; title: string };
        engine: { description: string; title: string };
        person: { description: string; title: string };
        service: { description: string; title: string };
    } = ...

    Driver-kind labels — the actor glyph for "who fired this action", recorded on the actionFired history entry. Standalone for the same reason as ACTIVITY_KIND_DISPLAY.

    Type declaration

    • agent: { description: string; title: string }
    • engine: { description: string; title: string }
    • person: { description: string; title: string }
    • service: { description: string; title: string }