getState of ui.usermanager, Methods Webix Docs
returns the reactive state object of User Manager
object getState();
| object | state object |
Example
// returns the current state of User manager
const state = $$("um").getState();
Details
Currently there aren't any reactive properties for User Manager, but you can easily add them by customizing the widget.