Contents
- Properties
Having trouble getting help?
Contact Support
Contact Support
DdtSelectEventArgs
12 Sep 20251 minute to read
Properties
action string
Returns the name of action like select or unselect.
isInteracted boolean
If the event is triggered by interacting the Dropdown Tree, it returns true. Otherwise, it returns false.
item HTMLLIElement
Returns the currently selected Dropdown item.
itemData { : }
Return the currently selected item as JSON object from the data source.