CardAction interface
Represents a card action.
Properties
channel |
Channel-specific data associated with the action. |
display |
Display text for the action. |
image | URL of the image associated with the action. |
image |
Alt text for the image. |
text | Text associated with the action. |
title | Title of the action. |
type | Type of the action. |
value | Value associated with the action. |
Property Details
channelData
Channel-specific data associated with the action.
channelData?: unknown
Property Value
unknown
displayText
Display text for the action.
displayText?: string
Property Value
string
image
URL of the image associated with the action.
image?: string
Property Value
string
imageAltText
Alt text for the image.
imageAltText?: string
Property Value
string
text
Text associated with the action.
text?: string
Property Value
string
title
Title of the action.
title: string
Property Value
string
type
Type of the action.
type: string
Property Value
string
value
Value associated with the action.
value?: any
Property Value
any