Does ON_ELEMENT_SELECTED() supported in Alexa APL


#1

Hi,
I am in middle of building a skill, while building action I used a list item and ON_ELEMENT_SELECTED() helped me in getting the selected Item.
Does ON_ELEMENT_SELECTED() support in Alexa APL also?
https://github.com/jovotech/jovo-framework/blob/840543c6e9834c55dd733c70a6e4b70b4a4ce7d7/examples/javascript/01_alexa/display-interface/src/app.js#L218
The link shows ON_ELEMENT_SELECTED(), but I couldn’t make it work