Class ServerRoleManager

A manager of roles that belong to a server.

Example

new ServerRoleManager(server);

Hierarchy

Constructors

Properties

cache: CacheCollection<number, ServerRole>

This cache of the manager.

client: Client

The client the manager belongs to.

server: Server

The server the roles belong to.

Methods