Sanity Library Reference Docs
    Preparing search index...

    The definition surface the start contexts read — structural, so authored, stored, and deployed definition shapes all fit. name binds $definition and names the definition in a broken-predicate error.

    interface ApplicabilitySource {
        fields?: FieldEntry[];
        lifecycle?: WorkflowLifecycle;
        name?: string;
        start?: {
            filter?: string;
            kind?: StartKind;
            requirements?: StartRequirement[];
        };
    }
    Index

    Properties

    fields?: FieldEntry[]
    lifecycle?: WorkflowLifecycle
    name?: string
    start?: { filter?: string; kind?: StartKind; requirements?: StartRequirement[] }