Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkflowAdaptiveCardElement

Base interface for workflow-specific adaptive card elements. This includes the element fields currently parsed from workflow response payloads.

Hierarchy

  • WorkflowAdaptiveCardElement

Index

Properties

$data?: string

Data context for repeating

altText?: string

Alt text for images

choices?: { title: string; value: string }[]

Choices for Input.ChoiceSet elements

Columns in a ColumnSet

facts?: { title: string; value: string }[]

Facts for FactSet

id?: string

Element ID for inputs

isMultiline?: boolean

Whether input is multiline

isSubtle?: boolean

Whether text is subtle

Items in a column

maxLength?: number

Maximum length for Input.Text elements

placeholder?: string

Placeholder text for inputs

size?: string

Size (Small, Medium, Large)

spacing?: string

Spacing

style?: string

Style (Person for circular images)

text?: string

Text content

type: string

Element type (TextBlock, Image, ColumnSet, Input.Text, etc.)

url?: string

Image URL

weight?: string

Font weight (Lighter, Default, Bolder)

width?: string

Width for columns

wrap?: boolean

Whether text should wrap

Generated using TypeDoc