mx-ui-components
Version:
mobius ui library
12 lines (11 loc) • 629 B
TypeScript
export declare enum CustomEventsTypes {
EDITABLE_CONTENT_BLUR = "mobius-content-editable-blur",
EDITABLE_CONTENT_INPUT = "mobius-content-editable-input",
TABLE_CHECKBOX_SELECTION_CHANGE = "mobius-table-checkbox-selection-change",
ON_FILE_UPLOAD = "mobius-on-file-upload",
SPEECH_PROMPT_CONTENT_INPUT = "mobius-speech-prompt-content-input",
SPEECH_PROMPT_CONTENT_BLUR = "mobius-speech-prompt-content-blur",
SPEECH_PROMPT_CONTENT_FOCUS = "mobius-speech-prompt-content-focus",
SPEECH_PROMPT_SELECTED_CONTENT = "mobius-speech-prompt-selected-content",
INFINITE_SCROLL = "mobius-infinite-scroll"
}