Sanity Library Reference Docs
    Preparing search index...

    Type Alias PasteDataBeta

    PasteData: Omit<EditorPasteData, "schemaTypes"> & {
        schemaTypes: PortableTextMemberSchemaTypes;
    }

    Data passed to the onPaste handler when content is pasted into a Portable Text editor in Sanity Studio.

    This is Studio's own version of the editor's PasteData type. The schemaTypes field contains Sanity-specific PortableTextMemberSchemaTypes instead of the editor's EditorSchema.