@guihz/trading-vue-editor-tes 0.0.38 → 0.0.40

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,7 @@ interface IProps {
11
11
  options?: editor.IStandaloneEditorConstructionOptions;
12
12
  hasDiff?: boolean;
13
13
  defaultValue?: string;
14
+ onEditorDidMount?: () => void;
14
15
  onCursorPositionChange?: (position: IPosition) => void;
15
16
  onChange?: (value: string) => void;
16
17
  onDeclareConfigChange?: (value: IKeyObjectValue) => void;