Sanity Library Reference Docs
    Preparing search index...
    interface WorkflowFieldEditedData {
        definitionContentHash?: string;
        fieldKind?: keyof FieldValueMap;
        instanceId: string;
        mode: EditMode;
    }

    Hierarchy

    • InstanceScopedEventData
      • WorkflowFieldEditedData
    Index

    Properties

    definitionContentHash?: string

    Absent only when the definition predates content fingerprinting.

    fieldKind?: keyof FieldValueMap

    Declared kind of the edited field entry.

    instanceId: string

    The instance document _id — the per-instance join key (engine-minted <tag>.wf-instance.<random>; caller-supplied ids ride verbatim). One of the payload policy's two deliberate customer-string exceptions — see the module doc.

    mode: EditMode