check does view in question supports the method
name | string | name of view |
method_name | string | name of method |
boolean | is method supported or not |
var result = webix.ui("popup", "setPosition");
Method is experimental and can be removed in the next version
Back to top