Sanity Library Reference Docs
    Preparing search index...

    Interface ReplaceVersionAction

    Replace an existing version of a document.

    interface ReplaceVersionAction {
        actionType: "sanity.action.document.version.replace";
        document: IdentifiedSanityDocumentStub;
    }
    Index

    Properties

    Properties

    actionType: "sanity.action.document.version.replace"