IActionArguments type
The object passed to IAdaptiveCardExtensionActionView.onAction when an Adaptive Card Action is executed.
export type IActionArguments = ISubmitActionArguments | IShowCardActionArguments | ISelectMediaActionArguments | IGetLocationActionArguments | IExecuteActionArguments;
Remarks
Only Submit
, ShowCard
, Execute
, 'Viva.SelectMedia', and 'Viva.GetLocation'; actions are routed to the IAdaptiveCardExtensionActionView.onAction handler.