IAdaptiveCardExtensionActionView interface
The interface describes members for views that can handle AC actions.
- Extends
Properties
on |
Action handler for Adaptive Card Extension Actions. |
on |
Error handler for Adaptive Card Extension Actions. |
Property Details
onAction
Action handler for Adaptive Card Extension Actions.
onAction: (action: IActionArguments) => void;
Property Value
(action: IActionArguments) => void
onActionError
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Error handler for Adaptive Card Extension Actions.
onActionError: (error: IActionErrorArguments) => void;
Property Value
(error: IActionErrorArguments) => void