IPropertyValueRenderer Interface
Custom property value renderer interface
Implemented by
- ArrayPropertyValueRenderer
- DoublePropertyValueRenderer
- MergedPropertyValueRenderer
- NavigationPropertyValueRenderer
- PrimitivePropertyValueRenderer
- StructPropertyValueRenderer
- UrlPropertyValueRenderer
Properties
| Name | Type | Description | |
|---|---|---|---|
| canRender | (record: PropertyRecord, context?: PropertyValueRendererContext) => boolean | Checks if the renderer can handle given property | |
| render | (record: PropertyRecord, context?: PropertyValueRendererContext) => React.ReactNode | Method that returns a JSX representation of PropertyRecord |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.