returns a service available for User Manager
service | string | the service name |
object | the object with the service methods |
const data = $$("um").getService("local");
// getting the 'users' collection
const collection = data.users();
Services are major blocks of inner logic of the widget. Their methods can be called directly as well as
customized.
User Manager has access to the following services: