Sanity Library Reference Docs
    Preparing search index...

    Interface SnapshotEventBeta

    interface SnapshotEvent {
        document: SanityDocument;
        type: "snapshot";
    }
    Index

    Properties

    Properties

    document: SanityDocument
    type: "snapshot"