Searched refs:onBeforeEditorMount (Results 1 – 4 of 4) sorted by relevance
35 onBeforeEditorMount?: (monaco: Monaco) => void; property
87 const { language, getSuggestions, onBeforeEditorMount } = this.props;93 onBeforeEditorMount?.(monaco);
46 …onBeforeEditorMount={(monaco: Monaco) => registerLanguage(monaco, datasource.sqlCompletionItemProv…
1 …onBeforeEditorMount?: (monaco: Monaco) => void;\n\n /**\n * Callback after the editor has mount…