Sanity Library Reference Docs
    Preparing search index...

    Variable GROUP_KIND_DISPLAYConst

    GROUP_KIND_DISPLAY: {
        core: { description: string; title: string };
        details: { description: string; title: string };
    } = ...

    Group-kind labels — the informational role of a declared group. Standalone for the same reason as ACTIVITY_KIND_DISPLAY. A consumer reading a definition as data and meeting an unknown kind (deployed by a newer engine) must treat it as unset — a plain group; the strict engine parse itself rejects unknown kinds, like every stored enum.

    Type declaration

    • core: { description: string; title: string }
    • details: { description: string; title: string }