@guihz/trading-vue-editor-tes 0.0.146 → 0.0.147

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,7 @@ export default class InitEditor {
8
8
  private _originalScript?;
9
9
  private _onActionTrigger?;
10
10
  private _onLinkOpen?;
11
+ private _registerList;
11
12
  constructor(editor: editor.IStandaloneCodeEditor, monaco: Monaco, onActionTrigger?: (actionId: string) => void);
12
13
  addLinkOpenFunc(onLinkOpen: (source: string, index?: number) => void): void;
13
14
  updateActionTrigger(onActionTrigger?: (actionId: string) => void): void;