Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Section

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Section(text: string): Section
  • Parameters

    • text: string

    Returns Section

Properties

lines

lines: string[]

text

text: string

Methods

getLine

  • getLine(index: number): undefined | string
  • Parameters

    • index: number

    Returns undefined | string

Generated using TypeDoc