Interface MessageLoadStartedEvent

Message load started event.

interface MessageLoadStartedEvent {
    messageId: string;
}

Properties

Properties

messageId: string

The message ID.