Rxova
Skip to content

BusEvent

One wire crossing the bus, in either direction.

readonly direction: "in" | "out";

‘out’ is posted by this client; ‘in’ is received from a peer.


readonly name: string;

The bus name the wire crossed.


readonly wire: BusWire;