Nutrient Web SDK
    Preparing search index...

    Interface RemovePagesOperation

    Removes the pages specified in the pageIndexes array.

    interface RemovePagesOperation {
        pageIndexes: number[];
        type: "removePages";
    }
    Index

    Properties

    Properties

    pageIndexes: number[]
    type: "removePages"