PropertyData Interface
Interface for property data provided to the PropertyGrid React component.
Implemented by
Properties
| Name | Type | Description | |
|---|---|---|---|
| categories | PropertyCategory[] | ||
| description | string | undefined | ||
| label | PropertyRecord | ||
| records | [categoryName: string]: PropertyRecord[] | ||
| reusePropertyDataState | boolean | undefined | Should state of existing property data in the component be re-used for this property data |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.