/
githubmirror
/
quill
Обзор
Документация
Войти
/
githubmirror
/
quill
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/website/src/data/api.tsx
63 строки
1 KB
Zihua Li
Add documentation for getSemanticHTML
03 фев 2024, 14:39
03 фев 2024, 14:39
ba5617e
Код
Авторство
О чём код?
const items = [ { title: 'Content', hashes: [ 'deleteText', 'getContents', 'getLength', 'getText', 'getSemanticHTML', 'insertEmbed', 'insertText', 'setContents', 'setText', 'updateContents', ], }, { title: 'Formatting', hashes: ['format', 'formatLine', 'formatText', 'getFormat', 'removeFormat'], }, { title: 'Selection', hashes: [ 'getBounds', 'getSelection', 'setSelection', 'scrollSelectionIntoView', ], }, { title: 'Editor', hashes: [ 'blur', 'focus', 'disable', 'enable', 'hasFocus', 'update', 'scrollRectIntoView-experimental', ], }, { title: 'Events', hashes: [ 'text-change', 'selection-change', 'editor-change', 'off', 'on', 'once', ], }, { title: 'Model', hashes: ['find', 'getIndex', 'getLeaf', 'getLine', 'getLines'], }, { title: 'Extension', hashes: ['debug', 'import', 'register', 'addContainer', 'getModule'], }, ]; export default items;