Class: CommandBusTopic<T>
Defined in: workspace/commandBusTopic.ts:14
Represents a definition for an event bus to communicate between related components with the same topic.
Type Parameters
Type Parameter |
---|
|
Methods
define()
static
define<T
>():CommandBusTopic
<T
>
Defined in: workspace/commandBusTopic.ts:22
Defines a new command event topic.
Type Parameters
Type Parameter |
---|
|
Returns
CommandBusTopic
<T
>