Methods
getIsCompatible() → {boolean}
Checks compatibility of the about stanza with UI editing.
- Source:
Returns:
False as about stanza is not compatible with UI.
- Type
- boolean
getName() → {string}
Gets the name of this stanza.
- Source:
Returns:
The stanza name "about".
- Type
- string
toCode(spaces) → {string}
Generates the code representation of the about stanza.
Parameters:
| Name | Type | Description |
|---|---|---|
spaces |
number | Number of spaces for indentation. |
- Source:
Returns:
Code representation of the stanza.
- Type
- string