PropertyListProps Interface
Properties of PropertyList React component
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| actionButtonRenderers | undefined | ActionButtonRenderer[] | Array of action button renderers | |
| category | undefined | PropertyCategory | ||
| columnRatio | undefined | number | ||
| editingPropertyKey | undefined | string | ||
| isPropertyHoverEnabled | undefined | false | true | Enables/disables property hovering effect | |
| isPropertyRightClickSelectionEnabled | undefined | false | true | Enables/disables property right click selection | |
| isPropertySelectionEnabled | undefined | false | true | Enables/disables property selection | |
| onColumnChanged | undefined | (ratio: number) => void | ||
| onEditCancel | undefined | () => void | ||
| onEditCommit | undefined | (args: PropertyUpdatedArgs, category: PropertyCategory) => void | ||
| onPropertyClicked | undefined | (property: PropertyRecord, key?: string) => void | ||
| onPropertyContextMenu | undefined | (property: PropertyRecord, e: MouseEvent) => void | ||
| onPropertyRightClicked | undefined | (property: PropertyRecord, key?: string) => void | ||
| orientation | Orientation | ||
| properties | PropertyRecord[] | ||
| propertyValueRendererManager | undefined | PropertyValueRendererManager | ||
| selectedPropertyKey | undefined | string |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| className | undefined | string | ClassNameProps | Custom CSS class name |
| style | undefined | React.CSSProperties | CommonProps | Custom CSS style properties |
Defined in
Last Updated: 08 January, 2020