Interface EventInput<TEventInputType>

Base interface for an event message that can be used to send control, updates, or action information to the back-end.

interface EventInput<TEventInputType = EventInputData> {
    event: TEventInputType;
    message_type: EVENT;
}

Type Parameters

Hierarchy (View Summary, Expand)

Properties

Properties

The type of the event.

message_type: EVENT

Event messages have this as their input type.

MMNEPVFCICPMFPCPTTAAATR