Section Types
Version note: this reference describes Nanook 1.x (JavaScript). Since 2.0 (March 2026) Nanook is TypeScript/ESM; Processor is now TestcaseProcessor, TDGServiceRegistry is DataGeneratorRegistry. The current reference is on this site: API reference, 3.x rows, generated from the repository.
Constants
- FIELD_SECTION
-
Section type definition: 'FieldSection' @enum {string}
- FIELD_SUB_SECTION
-
Section type definition: 'FieldSubSection' @enum {string}
- MULTI_ROW_SECTION
-
Section type definition: 'MultiRowSection' @enum {string}
- TAG_SECTION
-
Section type definition: 'TagSection' @enum {string}
- FILTER_SECTION
-
Section type definition: 'FilterSection' @enum {string}
- GENERATOR_SWITCH_SECTION
-
Section type definition: 'GeneratorSwitchSection' @enum {string}
- SUMMARY_SECTION
-
Section type definition: 'SummarySection' @enum {string}
- MULTIPLICITY_SECTION
-
Section type definition: 'MultiplicitySection' @enum {string}
- EXECUTE_SECTION
-
Section type definition: 'ExecuteSection' @enum {string}
- NEVER_EXECUTE_SECTION
-
Section type definition: 'NeverExecuteSection' @enum {string}
- DATA_ROW
-
Data type definition: 'DataRow' @enum {string}
FIELD_SECTION
Section type definition: 'FieldSection' @enum {string}
FIELD_SUB_SECTION
Section type definition: 'FieldSubSection' @enum {string}
MULTI_ROW_SECTION
Section type definition: 'MultiRowSection' @enum {string}
TAG_SECTION
Section type definition: 'TagSection' @enum {string}
FILTER_SECTION
Section type definition: 'FilterSection' @enum {string}
GENERATOR_SWITCH_SECTION
Section type definition: 'GeneratorSwitchSection' @enum {string}
SUMMARY_SECTION
Section type definition: 'SummarySection' @enum {string}
MULTIPLICITY_SECTION
Section type definition: 'MultiplicitySection' @enum {string}
EXECUTE_SECTION
Section type definition: 'ExecuteSection' @enum {string}
NEVER_EXECUTE_SECTION
Section type definition: 'NeverExecuteSection' @enum {string}
DATA_ROW
Data type definition: 'DataRow' @enum {string}
Kind: global constant