Sanity Library Reference Docs
    Preparing search index...

    Interface DocumentMetaBeta

    interface DocumentMeta {
        documentId: string;
        documentType: string;
        onChange: (event: PatchEvent) => void;
        schemaType: ObjectSchemaType;
    }
    Index

    Properties

    documentId: string
    documentType: string
    onChange: (event: PatchEvent) => void
    schemaType: ObjectSchemaType