Tag 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.
TagSectionDefinition ⇐ BaseSectionDefinition
This section enables the user to add lables to test cases. These lables could be used to filter test cases with the FilterSection.
Kind: global class
Extends: BaseSectionDefinition
- TagSectionDefinition ⇐
BaseSectionDefinition- .tags
- .comments
- .others
- .validate() ⇒
array
tagSectionDefinition.tags
stores the 'tag' entries by there there rowID
Kind: instance property of TagSectionDefinition
tagSectionDefinition.comments
stores the 'comment' entries by there there rowID
Kind: instance property of TagSectionDefinition
tagSectionDefinition.others
stores the 'others' entries by there there rowID
Kind: instance property of TagSectionDefinition
tagSectionDefinition.validate() ⇒ array
Validates this section definition.
- each key field must exists
- the key values should be unique
Kind: instance method of TagSectionDefinition
Returns: array - issues An array of issues found