NonPrimitivePropertyLabelRendererProps Interface
Properties for the NonPrimitivePropertyLabelRenderer React component
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| isExpanded | boolean | ||
| onCollapse | () => void | ||
| onExpand | () => void |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| children Inherited | string | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | PrimitivePropertyLabelRendererProps | Label to be rendered |
| className Inherited | string | undefined | PrimitivePropertyLabelRendererProps | Additional class name for the label wrapper |
| offset Inherited | number | undefined | PrimitivePropertyLabelRendererProps | Offset from the left side in pixels. |
| renderColon Inherited | boolean | undefined | PrimitivePropertyLabelRendererProps | Indicates whether to render a colon after the label |
| tooltip Inherited | string | undefined | PrimitivePropertyLabelRendererProps | Custom tooltip for the component. |
Defined in
Last Updated: 14 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.