Components

Supervisor․TaskCard

<Supervisor․TaskCard {...TaskCard.TaskCardProps} />

This is a container for TaskCard. Can be themed with [theme.TaskCard]

Type Definitions

TaskCard.TaskCardProps

# TaskCardChildrenProps

Properties of TaskCard.

# TaskCardProps

Properties of TaskCardProps.
Properties:
Name Type Attributes Description
icon string | React.ReactNode <optional>
Task Card icon.
firstLine React.ReactChild <optional>
Task Card first line.
secondLine React.ReactChild <optional>
Task Card second line.
onClick function <optional>
Callback called when task is selected.
highlighted boolean <optional>
Whether the task card is highlighted or no.
selected boolean <optional>
Whether the task card is selected or no.
children DynamicComponentChildren.<TaskCard.TaskCardChildrenProps> <optional>
children