IncomingTaskCanvas
This component renders a canvas for incoming task. Can be themed with [theme.IncomingTaskCanvas]{@link IncomingTaskCanvas.IncomingTaskCanvasThemeProps}
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 | Description | Type |
|---|---|---|
| Content | Dynamic content store | DynamicContentStore.<IncomingTaskCanvas.IncomingTaskCanvasChildrenProps> |
Component Properties
firstLine?: stringFirst line shown in the incoming task canvas.
secondLine?: stringSecond line shown in the incoming task canvas.
titleLine?: stringTitle string shown in the incoming task canvas.