API Reference > ui-components > Properties > NonPrimitivePropertyRendererProps NonPrimitivePropertyRendererProps Interface Properties of NonPrimitivePropertyRenderer React component Extends PrimitiveRendererProps Properties Name Type Description isCollapsible undefined | false | true Can struct/array property be collapsed Inherited properties Name Type Inherited from Description actionButtonRenderers undefined | ActionButtonRenderer[] SharedRendererProps Array of action button renderers @beta columnRatio undefined | number SharedRendererProps Ratio between label and value cells indentation undefined | number PrimitiveRendererProps Multiplier of how much the property is indented to the right isHoverable undefined | false | true SharedRendererProps Indicates that properties have hover effect isSelectable undefined | false | true SharedRendererProps Indicates that properties can be selected isSelected undefined | false | true SharedRendererProps Controls component selection onClick undefined | (property: PropertyRecord, key?: string) => void SharedRendererProps Called when property gets clicked. onColumnRatioChanged undefined | (ratio: number) => void SharedRendererProps Callback to ratio change event onContextMenu undefined | (property: PropertyRecord, e: MouseEvent) => void SharedRendererProps Called to show a context menu for properties onRightClick undefined | (property: PropertyRecord, key?: string) => void SharedRendererProps Called when property gets right clicked. orientation Orientation SharedRendererProps Orientation to use for displaying the property propertyRecord PropertyRecord SharedRendererProps PropertyRecord to render uniqueKey undefined | string SharedRendererProps Unique string, that identifies this property component. valueElement undefined | React.ReactNode PrimitiveRendererProps Property value as a React element width undefined | number SharedRendererProps Width of the whole property element Defined in ui/components/src/ui-components/properties/renderers/NonPrimitivePropertyRenderer.tsx Line 24 Last Updated: 13 June, 2024