mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
webix.ui.form.getValues return any instead of any[] : see http://docs.webix.com/api__link__ui.form_getvalues.html
This commit is contained in:
Vendored
+1
-1
@@ -3202,7 +3202,7 @@ interface form extends webix.ui.baseview{
|
||||
getParentView():any;
|
||||
getScrollState():any;
|
||||
getTopParentView():webix.ui.baseview;
|
||||
getValues(details?:any):any[];
|
||||
getValues(details?:any):any;
|
||||
hasEvent(name:string):boolean;
|
||||
hide():void;
|
||||
index(obj:any):number;
|
||||
|
||||
Reference in New Issue
Block a user