@finos/legend-data-cube
Version:
29 lines • 1.84 kB
JavaScript
/**
* Copyright (c) 2020-present, Goldman Sachs
*
* Licensed 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 var DataCubeSettingKey;
(function (DataCubeSettingKey) {
DataCubeSettingKey["EDITOR__MAX_HISTORY_STACK_SIZE"] = "dataCube.editor.maxHistoryStackSize";
DataCubeSettingKey["DEBUGGER__ENABLE_DEBUG_MODE"] = "dataCube.debugger.enableDebugMode";
DataCubeSettingKey["DEBUGGER__USE_DEV_CLIENT_PROTOCOL_VERSION"] = "dataCube.debugger.useDevClientProtocolVersion";
DataCubeSettingKey["DEBUGGER__ACTION__RELOAD"] = "dataCube.debugger.action.reload";
DataCubeSettingKey["GRID_CLIENT__ROW_BUFFER"] = "dataCube.grid.rowBuffer";
DataCubeSettingKey["GRID_CLIENT__PURGE_CLOSED_ROW_NODES"] = "dataCube.grid.purgeClosedRowNodes";
DataCubeSettingKey["GRID_CLIENT__SHOW_AUTO_ENABLE_CACHE_PERFORMANCE_WARNING"] = "dataCube.grid.showAutoEnableCachePerformanceWarning";
DataCubeSettingKey["GRID_CLIENT__SHOW_CACHE_PERFORMANCE_WARNING"] = "dataCube.grid.showCachePerformanceWarning";
DataCubeSettingKey["GRID_CLIENT__SUPPRESS_LARGE_DATASET_WARNING"] = "dataCube.grid.suppressLargeDatasetWarning";
DataCubeSettingKey["GRID_CLIENT__ACTION__RETRY_FAILED_DATA_FETCHES"] = "dataCube.grid.action.retryFailedDataFetches";
})(DataCubeSettingKey || (DataCubeSettingKey = {}));
//# sourceMappingURL=DataCubeSetting.js.map