Sanity Library Reference Docs
    Preparing search index...

    Interface SanityClipboardItemBeta

    interface SanityClipboardItem {
        documentId?: string;
        documentType?: string;
        isDocument: boolean;
        patchType?: "replace" | "append";
        schemaTypeName: string;
        type: "sanityClipboardItem";
        value: unknown;
        valuePath: Path;
    }
    Index

    Properties

    documentId?: string
    documentType?: string
    isDocument: boolean
    patchType?: "replace" | "append"
    schemaTypeName: string
    type: "sanityClipboardItem"
    value: unknown
    valuePath: Path