IncomingTaskCanvas
This component renders a canvas for incoming task.
Can be themed with Theme.IncomingTaskCanvas
in Theme.
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
container | styled(div) | Wrapper for the Incoming Task Canvas content | ||
button-container | styled(div) | Wrapper for the Incoming Task Canvas buttons |
Static Properties#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<IncomingTaskCanvas.IncomingTaskCanvasChildrenProps> | Dynamic content store |
Component Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
firstLine | string | First line shown in the incoming task canvas. | Yes | |
secondLine | string | Second line shown in the incoming task canvas. | Yes | |
titleLine | string | Title string shown in the incoming task canvas. | Yes |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
theme.IncomingTaskCanvas | IncomingTaskCanvasThemeProps | Theme | Yes |
Rate this page