Interface: ListElementViewProps
Defined in: src/widgets/utility/listElementView.tsx:19
Props for ListElementView component.
See
Extends
Omit<React.HTMLProps<HTMLElement>,"onClick">
Properties
| Property | Type | Description | Overrides |
|---|---|---|---|
| Additional CSS class for the component. |
| |
| Whether to disable item selection and ability to drag and drop it. |
| |
Entity data to display. | ‐ | ||
| Text sub-string to highlight in the displayed entity. | ‐ | |
( | Handler for a click on the list item. | ‐ | |
| Handler for a drag start event of the list item. |
| |
| Whether the list item is selected. |
|