EventType
Descriptor for a named event that can be fired on an EventBus.
Wraps a Dart EventType<T> instance.
Constructors
new EventType()
new EventType(
dart):EventType
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Source
Properties
| Property | Modifier | Type |
|---|---|---|
dart | public | any |
Accessors
description
getdescription():string
Human-readable description of the event.
Returns
string
Source
eventName
geteventName():string
UI-facing event name, e.g. 'OnPointClicked'.
Returns
string
Source
name
getname():string
Internal event identifier, e.g. 'd4-scatterplot-point-clicked'.
Returns
string