JavaScript/jQuery Chat Types
Attachment
A configuration object for a file attachment.
AttachmentDownloadClickEvent
The argument type in the attachmentDownloadClick event.
Used in:
DisposingEvent
The type of the disposing event handler's argument.
Used in:
ImageMessage
Configures image message.
InitializedEvent
The type of the initialized event handler's argument.
Used in:
InputFieldTextChangedEvent
The argument type in the inputFieldTextChanged event.
Used in:
MessageDeletedEvent
The argument type in the messageDeleted event.
Used in:
MessageDeletingEvent
The argument type in the messageDeleting event.
Used in:
MessageEditCanceledEvent
The argument type in the messageEditCanceled event.
Used in:
MessageEditingStartEvent
The argument type in the messageEditingStart event.
Used in:
MessageEnteredEvent
The argument type in the messageEntered event.
Used in:
MessageUpdatedEvent
The argument type in the messageUpdated event.
Used in:
MessageUpdatingEvent
The argument type in the messageUpdating event.
Used in:
OptionChangedEvent
The argument type in the optionChanged event.
Used in:
SendButtonClickEvent
The argument type in the sendButtonOptions.onClick handler.
Do not use EventInfo if you specify this type.
interface NativeEventInfo<TComponent, TNativeEvent = Event> {
readonly component: TComponent;
readonly element: DxElement;
readonly event?: EventObject & TNativeEvent;
}
interface EventObject {
currentTarget: Element;
data: any;
delegateTarget: Element;
target: Element;
isDefaultPrevented(): boolean;
isImmediatePropagationStopped(): boolean;
isPropagationStopped(): boolean;
preventDefault(): void;
stopImmediatePropagation(): void;
stopPropagation(): void;
}SendButtonProperties
A configuration object for the Send button.
TextMessage
Configures a text message.
TypingEndEvent
The argument type in the typingEnd event.
Used in:
TypingStartEvent
The argument type in the typingStart.
Used in: