TaskListItem
This is a container for TaskListItem.
Static Properties#
Name | Description | Type |
---|---|---|
Content | Dynamic content store | DynamicContentStore.<TaskListItem.TaskListItemChildrenProps> |
defaultProps | Default properties | TaskListItem.TaskListItemProps |
Component Properties
visible?: boolean
Whether the task list item is visible or not.
selected?: boolean
Whether the task list item is selected or not.
selectedTaskSid?: string
Sid of the selected task.
onSelected?: function
Callback when the task is selected.
icon?: string | React.ReactNode
Task list item icon.
iconColor?: string
Icon color.
actions?: Array.<React.ReactElement.<any>>
Override default accept or reject actions.
firstLine?: React.ReactNode
First line displayed in the task list item.
secondLine?: React.ReactNode
Second line displayed in the task list item.
extraInfo?: React.ReactNode
Additional info displayed in the task list item.
large?: boolean
Whether the item is large or not. If true, the lower area is displayed.
itemSize?: TaskListItemSize
Task list item size.
children?: DynamicContentStore.DynamicComponentChildren.<TaskListItemChildrenProps>
children