PropertyOptions Item
A PropertyOptions
item can appear inside a Product Item or Module Item to provide inline documentation for properties.
PropertyOptions Properties
Property | Type | Default | Description |
---|---|---|---|
allowedValues | stringList | undefined | A list of the values permitted by the property. undefined indicates that any value is permitted. |
description | string | undefined | A brief description of the property. |
name | string | undefined | The name of the property to document. |