Add text.

Hierarchy-Diagram

UML class diagram of FileDocumentationPartText
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy

Properties

isComment?: boolean

Indicates if its normal text (default) or a comment which means no whitespace after the comment character.

prefix?: string

Optional prefix for the text.

text: OrArray<string>

The text content. If an array is provided the text will not be split.

type: TEXT

Generated using TypeDoc