interface MovePageParams {
    documentID: string;
    fromIndex: number;
    toIndex: number;
}

Properties

documentID: string

Document ID in which this page exists.

fromIndex: number

Current index of the page.

toIndex: number

Destination index.