UIComponentEvent
class UIComponentEvent
extends
ComponentEvent
<TSource>
Event that is emitted on a particular UI component.
Note: To emit this event on a UI component, use the
UIComponent.propagateComponentEvent
method.
Constructor
<TSource extends UIComponent = UIComponent>(name: string, source: TSource, inner?:
ManagedEvent
,
event
?: any): UIComponentEvent<TSource>
.event
any
Platform event, if any.
.source
TComponent
Inherited from ComponentEvent.source
.
.inner
Inherited from ComponentEvent.inner
.
.name
string
Inherited from ManagedEvent.name
.
.freeze()
(): Readonly<this>
Inherited from ManagedEvent.freeze
.