Constructors
constructor
- new ItemText(itemtext: string): ItemText
Methods
findSectionIndex
- findSectionIndex(pattern: RegExp): undefined | number
-
Parameters
Returns undefined | number
getLineInSection
- getLineInSection(lineIdx: number, sectionIdx: number): undefined | string
-
Parameters
-
lineIdx: number
-
sectionIdx: number
Returns undefined | string
getSection
- getSection(index: number): undefined | Section
-
Parameters
Returns undefined | Section