the first element of the [ownerGroups]{@link NextGroupService#ownerGroups} array, or undefined
if the array is empty
an Observable containing the first element of the [ownerGroups$]{@link NextGroupService#ownerGroups$} observable,
or undefined
if the contained array is empty
an Array of all the groups the currently logged user is a member of
an Observable of all the groups the currently logged user is a member of
an Array of all the groups the currently logged user is an owner of
an Observable of all the groups the currently logged user is an owner of
Generated using TypeDoc
This service allows access to information about the groups of the currently logged user.
If no user is logged an empty array is provided.
If a user can be owner of at most one group, this service provides utility methods to access this group directly.
The groups are assumed to be instances of the engine group process, this is never checked nor enforced.