Events dispatched by the ListView component.

Available since

1.0.0

.

See also:

Static variables

@:value("itemTrigger")staticinlineread onlyITEM_TRIGGER:EventType<ListViewEvent> = "itemTrigger"

The ListViewEvent.ITEM_TRIGGER event type is dispatched when an item renderer is clicked or tapped.

Available since

1.0.0

.

Constructor

new(type:String, state:ListViewItemState)

Variables