Dependency interface
Represents a dependency.
event | The event. The dependency is satisfied when the referenced object emits this event. |
scope | The scope. This names the object referenced by the dependency. |
The event. The dependency is satisfied when the referenced object emits this event.
event: string
Property Value
string
The scope. This names the object referenced by the dependency.
scope: string
Property Value
string