Interface IActionObserverArgs<I, O, TS>

interface IActionObserverArgs<
    I extends IAction,
    O extends IActorOutput,
    TS = undefined,
> {
    bus: Bus<Actor<I, IActorTest, O, TS>, I, IActorTest, O, TS>;
    name: string;
}

Type Parameters

Hierarchy (View Summary)

Properties

Properties

The bus this observer can subscribe to.

name: string

The name for this observer.

{<rdf:subject>}