@finos/legend-application-studio
Version:
Legend Studio application core
29 lines • 1.3 kB
TypeScript
/**
* 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.
*/
/**
* Top-level editor for `Database` elements in form mode. Has two tabs:
* - VIEW (default): Schema → Table → Column tree (left) + React-Flow ERD
* canvas (right). The interactive form mode.
* - GRAMMAR: read-only Pure DSL preview, regenerated on tab switch by
* `setSelectedTab` so it always reflects the current metamodel state.
* Mirrors what global Text Mode would render for this element — included
* here for users who want to peek at the grammar without leaving form
* mode.
*/
export declare const DatabaseEditor: (() => import("react/jsx-runtime").JSX.Element) & {
displayName: string;
};
//# sourceMappingURL=DatabaseEditor.d.ts.map