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?: booleanWhether the task list item is visible or not.
selected?: booleanWhether the task list item is selected or not.
selectedTaskSid?: stringSid of the selected task.
onSelected?: functionCallback when the task is selected.
icon?: string | React.ReactNodeTask list item icon.
iconColor?: stringIcon color.
actions?: Array.<React.ReactElement.<any>>Override default accept or reject actions.
firstLine?: React.ReactNodeFirst line displayed in the task list item.
secondLine?: React.ReactNodeSecond line displayed in the task list item.
extraInfo?: React.ReactNodeAdditional info displayed in the task list item.
large?: booleanWhether the item is large or not. If true, the lower area is displayed.
itemSize?: TaskListItemSizeTask list item size.
children?: DynamicContentStore.DynamicComponentChildren.<TaskListItemChildrenProps>children