UNPKG

@arcgis/coding-components

Version:
9 lines (8 loc) 546 B
import type { EditorProfileDefinition, PredefinedProfile } from "../../components/types.js"; import type { Uri as Uri2 } from "monaco-editor/esm/vs/editor/editor.api.js"; import type { ApiCategory } from "@arcgis/languages-api-utils/dist/types.js"; /** @internal */ export const sqlExpression: { setProfileForModel: (modelId: string | Uri2, definition: EditorProfileDefinition | PredefinedProfile | undefined, apiContext?: { locale: string; }) => Promise<void>; getApiLibraryForModel: (modelId: string) => Promise<Array<ApiCategory>>; };