ISubmitActionArguments interface

The object passed to IAdaptiveCardExtensionActionView.onAction when a Submit Action is executed.

Extends

Properties

data

The data object defined in the Adaptive Card template

type

The type of Adaptive Card Action.

Property Details

data

The data object defined in the Adaptive Card template

data: any;

Property Value

any

type

The type of Adaptive Card Action.

type: 'Submit';

Property Value

'Submit'