Whether this item is selected. The special value null indicates that the selection
box above a list or dropdown list is being rendered.
An item to be rendered
OptionalitemItem properties from ListCoreProps.itemProps
The React key for this item (from ListCoreProps.getKey()).
(React doesn't allow it to be called key.)
This is true if the entire list should be rendered as read-only
Item renderer provided to ListCoreProps, if any
The "sel key" for this item (from ListCoreProps.getSelKey())
Used by TreeList and DataTable
A function to call when the list item is clicked. It selects the item.
Props passed to the
ListCoreProps.RenderItemcomponent, if you provide one.