gethue
Version:
Hue is an Open source SQL Query Editor for Databases/Warehouses
36 lines (32 loc) • 1.92 kB
JavaScript
// Licensed to Cloudera, Inc. under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. Cloudera, Inc. licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
export const SHOW_LEFT_ASSIST_EVENT = 'left.assist.show';
export const SHOW_RIGHT_ASSIST_EVENT = 'right.assist.show';
export const BOTH_ASSIST_TOGGLE_EVENT = 'both.assists.toggle';
export const ASSIST_IS_DB_PANEL_READY_EVENT = 'assist.is.db.panel.ready';
export const ASSIST_DB_PANEL_IS_READY_EVENT = 'assist.db.panel.is.ready';
export const ASSIST_GET_SOURCE_EVENT = 'assist.get.source';
export const ASSIST_SET_SOURCE_EVENT = 'assist.set.source';
export const ASSIST_GET_DATABASE_EVENT = 'assist.get.database';
export const ASSIST_SET_DATABASE_EVENT = 'assist.set.database';
export const ASSIST_DB_HIGHLIGHT_EVENT = 'assist.db.highlight';
export const ASSIST_DOC_HIGHLIGHT_EVENT = 'assist.doc.highlight';
export const ASSIST_ACTIVE_DB_CHANGED_EVENT = 'assist.active.db.changed.event';
export const ASSIST_SHOW_DOC_EVENT = 'assist.show.documents';
export const ASSIST_SHOW_SQL_EVENT = 'assist.show.sql';
export const ASSIST_SHOW_SOLR_EVENT = 'assist.show.solr';
export const ASSIST_LANG_REF_SHOW_TOPIC_EVENT = 'assist.lang.ref.show.topic';
export const ASSIST_LANG_REF_PANEL_SHOW_TOPIC_EVENT = 'assist.lang.ref.panel.show.topic';