Scene.EmitPath
A path to a component's emit property
Methods
bind
bind(eventPath: Scene.EventPath): void
Bind this path to an EventPath.
| Parameter | Type |
|---|---|
| eventPath | Scene.EventPath |
emit
emit(payload: T): void
Emit the event associated with this path. This is similar to IComponent.notify
| Parameter | Type |
|---|---|
| payload | T |