You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import*asAdaptiveCardfrom'adaptivecards';constadaptiveCard=newAdaptiveCard.AdaptiveCard();adaptiveCard.onExecuteAction=(action: Action)=>{// in this method we don't get the source from which element and where this action been called . // we want to know where is the trigger happens from button, container or text.}
The text was updated successfully, but these errors were encountered:
karthikraji2020
changed the title
[Rendering] onclick unable to get the source element all details of adaptive card using adaptiveCard.onExecuteAction
[Rendering] adaptiveCard.onExecuteAction - unable to get source element's action trigger
Sep 1, 2023
Target Platforms
NodeJS, Other
SDK Version
2.9.0
Application Name
Adaptive Card- (v1.3)
Problem Description
i'm using adaptive cards v1.3 and "adaptivecards": "2.9.0"
unable to get source element's action trigger using
adaptiveCard.onExecuteAction
adaptiveCard.onExecuteAction = (action: Action)
method we don't get the source from which element and where this action been called.Screenshots
No response
Card JSON
Sample Code Language
javascript
Sample Code
The text was updated successfully, but these errors were encountered: