API Reference > ui-components > Properties > IPropertyValueRenderer IPropertyValueRenderer Interface Custom property value renderer interface Implemented by ArrayPropertyValueRenderer DoublePropertyValueRenderer MergedPropertyValueRenderer NavigationPropertyValueRenderer PrimitivePropertyValueRenderer StructPropertyValueRenderer UrlPropertyValueRenderer Methods Name Description canRender(record: PropertyRecord, context?: PropertyValueRendererContext): boolean Checks if the renderer can handle given property render(record: PropertyRecord, context?: PropertyValueRendererContext): ReactNode Method that returns a JSX representation of PropertyRecord Defined in ui/components/src/ui-components/properties/ValueRendererManager.tsx Line 79 Last Updated: 11 June, 2024