OnDropdownListItemSelectedEventTrigger

@Serializable
@SerialName(value = "OnDropdownListItemSelected")
data class OnDropdownListItemSelectedEventTrigger(val id: String) : EventTrigger

Fires on DropdownList when an item is picked, carrying the picked option's id as incoming data.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
@SerialName(value = "id")
val id: String