IExecuteActionArguments interface

Extends

Properties

data

Initial data that input fields will be combined with.

type

The type of Adaptive Card Action.

verb

Verb associated with this action

Property Details

data

Initial data that input fields will be combined with.

data: any;

Property Value

any

type

The type of Adaptive Card Action.

type: 'Execute';

Property Value

'Execute'

verb

Verb associated with this action

verb?: string;

Property Value

string