Interface BusEventSend

interface BusEventSend {
    beforeSendPayload?: unknown;
    data: MessageRequest;
    source: MessageSendSource;
    type: SEND;
}

Hierarchy (View Summary, Expand)

Properties

beforeSendPayload?: unknown

An optional payload object that was provided as part of the "onBeforeSend" callback from an input field.

The source of the message being sent.

type: SEND

The type of this event.

MMNEPVFCICPMFPCPTTAAATR