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