Description of icon
API Reference

IncomingTaskCanvas

This component renders a canvas for incoming task. Can be themed with [theme.IncomingTaskCanvas]{@link IncomingTaskCanvas.IncomingTaskCanvasThemeProps}


Component children#

KeyComponentConditionAlignDescription
containerstyled(div)Wrapper for the Incoming Task Canvas content
button-containerstyled(div)Wrapper for the Incoming Task Canvas buttons

Static Properties#

NameDescriptionType
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.

Need some help?