DescriptionList
Hierarchy
- DescriptionList
Implements
- Stringifiable
- Stringifiable
Index
Constructors
Properties
Methods
Constructors
constructor
+ new DescriptionList(descriptions?
: Stringifiable[]): DescriptionList
Creates an instance of DescriptionList. Creates an instance of DescriptionList.
Parameters:
Name | Type | Description |
---|---|---|
descriptions? | Stringifiable[] | Description list as an array. |
Returns: DescriptionList
Properties
descriptions
• descriptions: Stringifiable[]
Methods
toString
▸ toString(): string
Implementation of Stringifiable
Converts list of descriptions in to human readable string.
Returns: string
Returns string representation of all descriptions in list.