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