File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ import {
5858 untracked as innerUntracked ,
5959 computed as innerComputed ,
6060 observer as innerObserver ,
61+ action as innerAction ,
62+ runInAction as innerRunInAction ,
63+ engineConfig as innerEngineConfig ,
6164} from '@alilc/lowcode-editor-core' ;
6265import { Dragon as ShellDragon } from '../model' ;
6366import { ReactNode } from 'react' ;
@@ -302,6 +305,27 @@ class EditorCabin implements IPublicApiCommonEditorCabin {
302305 return innerObx ;
303306 }
304307
308+ /**
309+ * @deprecated
310+ */
311+ get action ( ) {
312+ return innerAction ;
313+ }
314+
315+ /**
316+ * @deprecated
317+ */
318+ get engineConfig ( ) {
319+ return innerEngineConfig ;
320+ }
321+
322+ /**
323+ * @deprecated
324+ */
325+ get runInAction ( ) {
326+ return innerRunInAction ;
327+ }
328+
305329 /**
306330 * @deprecated
307331 */
You can’t perform that action at this time.
0 commit comments