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