Class NamedUserGroup

Represents a user group with its associated name and users (identified by their URefs).

Hierarchy

  • NamedUserGroup

Constructors

Properties

Constructors

  • Creates a new NamedUserGroup instance with a group name and a list of group users (URefs).

    Parameters

    • groupName: string

      The name of the user group.

    • groupUsers: URef[]

      The list of users in the group, identified by their URefs.

    Returns NamedUserGroup

Properties

groupName: string

The name of the user group.

groupUsers: URef[]

A list of users in the group, represented by their URefs (Universal References).

Generated using TypeDoc