getState

returns the reactive state object of User Manager

object getState();
objectstate 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.

Back to top