Nutrient Web SDK
    Preparing search index...

    Interface MovePagesBeforeOperation

    Moves the pages specified in the pageIndexes array before the page specified.

    interface MovePagesBeforeOperation {
        beforePageIndex: number;
        pageIndexes: number[];
        type: "movePages";
    }
    Index

    Properties

    beforePageIndex: number
    pageIndexes: number[]
    type: "movePages"