Represents a dependency.

interface Dependency {
    event?: string;
    scope?: string;
}

Properties

Properties

event?: string

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

scope?: string

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