Sanity Library Reference Docs
    Preparing search index...

    A concrete value a blocking atom pins for this field, with the verified consequences of assigning it — "setting legalApproved to true flips transition to-publish to satisfied". Verified by re-evaluating every site that reads the field, so a listed consequence is what the engine would actually conclude, not a syntactic guess.

    interface FieldProposal {
        assign: ScopeAssignment;
        consequences: SiteConsequence[];
    }
    Index

    Properties

    Properties

    consequences: SiteConsequence[]