25 lines
709 B
Markdown
25 lines
709 B
Markdown
# [TITLE MISSING]
|
|
|
|
## Definitions
|
|
|
|
### <a name="SpecialRule"></a> `SpecialRule`
|
|
|
|
- **Type:** Object
|
|
|
|
Key | Description | Details
|
|
:-- | :-- | :--
|
|
`label?` | An optional label that is displayed and placed before the actual text. | <a href="#SpecialRule/label">See details</a>
|
|
`text` | The text of a special rule. | <a href="#SpecialRule/text">See details</a>
|
|
|
|
#### <a name="SpecialRule/label"></a> `label?`
|
|
|
|
An optional label that is displayed and placed before the actual text.
|
|
|
|
- **Type:** <a href="../_NonEmptyString.md#NonEmptyString">NonEmptyString</a>
|
|
|
|
#### <a name="SpecialRule/text"></a> `text`
|
|
|
|
The text of a special rule.
|
|
|
|
- **Type:** <a href="../_NonEmptyString.md#NonEmptyString">NonEmptyString</a>
|