Nutrient Web SDK
    Preparing search index...

    Interface UpdateMetadataOperation

    Updates metadata on the destination document.

    interface UpdateMetadataOperation {
        metadata: { author?: string; title?: string };
        type: "updateMetadata";
    }
    Index

    Properties

    Properties

    metadata: { author?: string; title?: string }
    type: "updateMetadata"