PageMoveEventData: {
    advance: number;
    pageId: string;
}

This event data is used by the BeforePageMoved event.

Type declaration

  • advance: number

    The number of pages to move. Negative numbers move left, positive numbers move right. Note: that the algorithm will ensure the page ends up in a valid position, even if the advance value would go out of bounds.

  • pageId: string

    The page id of the page which should be moved.

Generated using TypeDoc