Variable SectionTypeConst
SectionType: {
CONTINUOUS: "continuous";
EVEN_PAGE: "evenPage";
NEXT_COLUMN: "nextColumn";
NEXT_PAGE: "nextPage";
ODD_PAGE: "oddPage";
} = ...
Type declaration
ReadonlyCONTINUOUS: "continuous"
ReadonlyEVEN_PAGE: "evenPage"
ReadonlyNEXT_COLUMN: "nextColumn"
ReadonlyNEXT_PAGE: "nextPage"
ReadonlyODD_PAGE: "oddPage"