20 lines
566 B
Markdown
20 lines
566 B
Markdown
# [TITLE MISSING]
|
|
|
|
## Definitions
|
|
|
|
### <a name="Preconditions"></a> Preconditions (`when`) (`Preconditions`)
|
|
|
|
A list of preconditions for the prerequisite it is defined on, so that it only takes effect if the prerequisites in this list are matched.
|
|
|
|
Usually appears at the `when` property of the parent prerequisite.
|
|
|
|
- **Type:** List
|
|
- **Items:** <a href="#Preconditions[]">Preconditions[]</a>
|
|
- **Minimum Items:** `1`
|
|
|
|
---
|
|
|
|
### <a name="Preconditions[]"></a> `Preconditions[]`
|
|
|
|
- **Type:** <a href="./PrerequisiteGroups.md#PreconditionGroup">PreconditionGroup</a>
|