interface CommandIntent

A CommandIntent is a message instructing Eventicle to perform an action that may emit events that should be sent externally using the EventClient

Properties

data

The data that will be used when calling the Command instance.

Signature
data: T;

type

The command type

Signature
type: string;