We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e643c commit 03eb258Copy full SHA for 03eb258
docs/spfx/release-1.15.md
@@ -207,6 +207,15 @@ State caching and the cache expiry time can be used to determine when expensive
207
Caching can help significantly improve the perceived performance for your Adaptive Card Extension.
208
209
210
+### Error Handler Method. This method will be invoked when an Action throws an error
211
+
212
+```typescript
213
+BaseView.onActionError(error: IActionErrorArguments): void
214
+```
215
216
+Override this method to handle errors from Adaptive Card actions.
217
218
219
### New Action type for media
220
221
After General Availability the support matrix for media action will be as follows:
0 commit comments