Type alias PageStructureChange
Page
Structure
Change
: { add
: boolean; checkNumPages
: number; mod
?: PageModification; modOnly
?: boolean; pageIndex
: number }
Type declaration
-
add: boolean
-
checkNumPages: number
-
-
Optional
modOnly?: boolean
-
pageIndex: number
Page structure change.