IOnBeforeActionArguments type

The object passed to BaseAdaptiveCardExtension.onBeforeAction() when an Adaptive Card Action is executed.

export type IOnBeforeActionArguments = IActionArguments | IQuickViewActionArguments | IExternalLinkActionArguments | IShowLocationCardAction;

Remarks

IActionArguments will be passed to IAdaptiveCardExtensionActionView.onAction after BaseAdaptiveCardExtension.onBeforeAction() is called.