Nutrient Web SDK
    Preparing search index...

    Interface MovePagesAfterOperation

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

    interface MovePagesAfterOperation {
        afterPageIndex: number;
        pageIndexes: number[];
        type: "movePages";
    }
    Index

    Properties

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