Sanity Library Reference Docs
    Preparing search index...

    Interface DocumentFieldActionPropsBeta

    interface DocumentFieldActionProps {
        documentId: string;
        documentType: string;
        path: Path;
        schemaType: SchemaType;
    }
    Index

    Properties

    documentId: string
    documentType: string
    path: Path
    schemaType: SchemaType