TaskModuleTaskInfo interface
Interface representing the task module task information.
Properties
| card | The card attachment of the task module. |
| completion |
The completion agent ID of the task module. |
| fallback |
The fallback URL of the task module. |
| height | The height of the task module. |
| title | The title of the task module. |
| url | The URL of the task module. |
| width | The width of the task module. |
Property Details
card
completionAgentId
The completion agent ID of the task module.
completionAgentId?: string
Property Value
string
fallbackUrl
The fallback URL of the task module.
fallbackUrl?: string
Property Value
string
height
The height of the task module.
height?: number | "small" | "medium" | "large"
Property Value
number | "small" | "medium" | "large"
title
The title of the task module.
title?: string
Property Value
string
url
The URL of the task module.
url?: string
Property Value
string
width
The width of the task module.
width?: number | "small" | "medium" | "large"
Property Value
number | "small" | "medium" | "large"