Static variables
staticinlineread onlyITEM_TRIGGER:EventType<TabBarEvent> = "itemTrigger"
The TabBarEvent.ITEM_TRIGGER
event type is dispatched when an item
renderer is clicked or tapped.
Available since
1.0.0
.Static methods
staticdispatch(dispatcher:IEventDispatcher, type:String, state:TabBarItemState):Bool
Dispatches a pooled event with the specified properties.
TabBarEvent.dispatch(component, TabBarEvent.ITEM_TRIGGER, state);
Available since
1.0.0
.Constructor
new(type:String, state:TabBarItemState)
Variables
state:TabBarItemState
The current state of the item associated with this event.
Available since
1.0.0
.