Description of icon
API Reference

IncomingTaskCanvasActions

This component renders actions for incoming task canvas.


Component children#

KeyComponentConditionAlignDescription
AcceptReact component
Container for Accept button
RejectReact component
Container for Reject button

Static Properties#

NameTypeDescription
ContentDynamicContentStore<IncomingTaskCanvasActions.IncomingTaskCanvasActionsChildrenProps, IncomingTaskCanvasActionsChildrenKeys>

Dynamic content store

Component Properties#

NameTypeDescriptionOptionalDefault
taskITask

Task.

Yes
callCall

Call state of the task.

Yes
conferenceConferenceState

Conference state of the task.

Yes
channelDefinitionTaskChannelDefinition

Channel definition of the task.

Yes
conversationConversationState.ConversationState

Conversation state of the task. Present if task is chat-based.

Yes

Component Children Properties#

NameTypeDescriptionOptionalDefault
theme.IncomingTaskCanvasTheme.IncomingTaskCanvasThemeProps

Theme

Yes
taskITask

Task.

Yes
callCall

Call state of the task.

Yes
conferenceConferenceState

Conference state of the task.

Yes
channelDefinitionTaskChannelDefinition

Channel definition of the task.

Yes
conversationConversationState.ConversationState

Conversation state of the task. Present if task is chat-based.

Yes