Sanity Library Reference Docs
    Preparing search index...

    A selected document absent from the evaluated snapshot. Absence alone does not prove deletion. When present, availability carries the completed check. This evidence is derived for the evaluation and is never persisted.

    interface MissingDocument {
        availability?: DocumentAvailability;
        reference: GlobalDocumentReference;
        target: EditFieldTarget;
        title?: string;
    }
    Index

    Properties

    availability?: DocumentAvailability

    Completed availability evidence. Failed or unsupported checks yield unreadable. Omitted when the caller supplied only a content snapshot.

    title?: string

    The declared field title, when available.