Sanity App SDK
    Preparing search index...

    Interface DocumentUnpublishedEventBeta

    Event emitted when a document is unpublished.

    interface DocumentUnpublishedEvent {
        documentId: string;
        outgoing: OutgoingTransaction;
        type: "unpublished";
    }
    Index

    Properties

    documentId: string
    outgoing: OutgoingTransaction
    type: "unpublished"