Sanity Library Reference Docs
    Preparing search index...

    Interface DocumentPublishedEventBeta

    Event emitted when a document is published.

    interface DocumentPublishedEvent {
        documentId: string;
        outgoing: OutgoingTransaction;
        type: "published";
    }
    Index

    Properties

    documentId: string
    outgoing: OutgoingTransaction
    type: "published"