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 | |
task | ITask | Task. | Yes | |
call | Call | Call state of the task. | Yes | |
conference | ConferenceState | Conference state of the task. | Yes | |
channelDefinition | TaskChannelDefinition | Channel definition of the task. | Yes | |
conversation | ConversationState.ConversationState | Conversation state of the task. Present if task is chat-based. | Yes |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
theme.IncomingTaskCanvas | IncomingTaskCanvasThemeProps | Theme | Yes | |
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 | |
task | ITask | Task. | Yes | |
call | Call | Call state of the task. | Yes | |
conference | ConferenceState | Conference state of the task. | Yes | |
channelDefinition | TaskChannelDefinition | Channel definition of the task. | Yes | |
conversation | ConversationState.ConversationState | Conversation state of the task. Present if task is chat-based. | Yes |
Rate this page