IOnBeforeActionArguments type
The object passed to BaseAdaptiveCardExtension.onBeforeAction() when an Adaptive Card Action is executed.
export type IOnBeforeActionArguments = BaseOnBeforeActionArguments<IQuickViewActionArguments | IExternalLinkActionArguments | IShowLocationActionArguments>;
Remarks
IActionArguments will be passed to IAdaptiveCardExtensionActionView.onAction after BaseAdaptiveCardExtension.onBeforeAction() is called.