Browse Source

无JIRA任务 更改下参数类型

es6
windy 4 years ago
parent
commit
6e246935a8
  1. 4
      typescript/case/combo/textvaluecheckcombo/combo.textvaluecheck.ts

4
typescript/case/combo/textvaluecheckcombo/combo.textvaluecheck.ts

@ -6,11 +6,11 @@ export declare class TextValueCheckCombo extends Widget {
setTitle (v: string): void;
setValue (v: string | number): void;
setValue (v: any): void;
setWarningTitle(v: string): void;
getValue(): void;
getValue(): any;
populate(items: any[]): string;
}

Loading…
Cancel
Save