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?: string- First line shown in the incoming task canvas. 
- secondLine?: string- Second line shown in the incoming task canvas. 
- titleLine?: string- Title string shown in the incoming task canvas.