Sanity Library Reference Docs
    Preparing search index...
    interface ConditionDescription {
        checklist: DescribedClause;
        fullyDescribed: boolean;
        summary?: string;
    }
    Index

    Properties

    checklist: DescribedClause

    The full checklist mirroring the clause tree.

    fullyDescribed: boolean

    False when at least one leaf fell back to raw GROQ.

    summary?: string

    English-only convenience: one line from the unmet frontier; absent when satisfied. i18n consumers compose their own from the checklist phrases.