Search results

DdtSelectEventArgs API in JavaScript Dropdown Tree API control

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

{ [key: string]: Object }

Return the currently selected item as JSON object from the data source.