Dependency interface

Represents a dependency.

Properties

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.

Property Details

event

The event. The dependency is satisfied when the referenced object emits this event.

event: string

Property Value

string

scope

The scope. This names the object referenced by the dependency.

scope: string

Property Value

string