/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-sql-editor/src/actions/ACTION_SQL_EDITOR_FORMAT.ts
14 строк
492 B
Alexey Potsetsuev
dbeaver/pro#6189 feat: group extra tools (#3653)
12 авг 2025, 20:03
Не верифицирован
12 авг 2025, 20:03
a51765f
Код
Авторство
О чём код?
/* * CloudBeaver - Cloud Database Manager * Copyright (C) 2020-2025 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0. * you may not use this file except in compliance with the License. */ import { createAction } from '@cloudbeaver/core-view'; export const ACTION_SQL_EDITOR_FORMAT = createAction('sql-editor-format', { icon: '/icons/sql_format_sm.svg', label: 'sql_editor_sql_format_button_tooltip', tooltip: 'sql_editor_sql_format_button_tooltip', });