Readonly
displayReadonly
displayThe order the scenario will be displayed in the Scenario Explorer
list. The displayOrder
will be
used to sort scenarios with each groupName
.
Readonly
groupThe group the scenario belongs to. This value will be displayed in the Scenario Explorer
list
and each scenario will be grouped under the same group name.
Readonly
rootThe root React component to be rendered for the scenario.
Readonly
shortA human readable unique identifier for the scenario. This value will also be visible in the Browser address bar.
The naming convention shall be lower-kebab-case
The route for the scenario will be generated as /${shortId}
.
Generated using TypeDoc
A label that will be displayed to identify the scenario in the
Scenario Explorer
list.