Base Single Row Section Definition
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.
BaseSingleRowSectionDefinition ⇐ BaseSectionDefinition
A single row section is a section which consists of only one row. All the existing single row sections inherits from this section.
Kind: global class
Extends: BaseSectionDefinition
baseSingleRowSectionDefinition.dataRows ⇒ array
This kind of section is its own data row.
Kind: instance property of BaseSingleRowSectionDefinition
Returns: array - Returns an array of rowIds, In this case only one.