PropertyDescription Interface
PropertyDescription contains metadata about a Property
Implemented by
Properties
| Name | Type | Description | |
|---|---|---|---|
| converter | undefined | PropertyConverterInfo | Information for a property converter | |
| dataController | undefined | string | Get the custom DataController by this name and register it with the property editor | |
| displayLabel | string | Display label for the property description | |
| editor | undefined | PropertyEditorInfo | Information for a property editor | |
| enum | undefined | EnumerationChoicesInfo | Additional information for enumerations | |
| hideCompositePropertyLabel | undefined | boolean | Should property label for composite (struct & array) properties be rendered. | |
| name | string | Name of the property description | |
| quantityType | undefined | string | Quantity type key used to look up formatting and parsing specs. | |
| renderer | undefined | PropertyRendererInfo | Information for property renderer customization | |
| typename | string | Type name used to determine applicable Type Converter and Property Editor |
Defined in
Last Updated: 30 November, 2023