UNPKG

mx-ui-components

Version:

mobius ui library

20 lines (19 loc) 1.14 kB
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", TABLE_CELL_CHECKBOX_SELECTION_CHANGE = "mobius-table-cell-checkbox-selection-change", TABLE_CHECKBOX_SELECTION_DATA = "mobius-table-checkbox-selection-data", TABLE_COLUMN_SELECTION_DATA = "mobius-table-column-selection-data", 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", ON_PAGINATION_CHANGE = "mobius-pagination-change", RECIEVE_DATA_FROM_CHILD = "mobius-receive-data-from-child", SEARCH_INPUT_CHANGED = "mobius-search-input-change", SEARCH_INPUT_SET = "mobius-search-input-set", EDITOR_AUTO_SAVE = "mobius-editor-auto-save" }