Skip to content

MonitorRole

Adnan Mujagić edited this page Jun 20, 2025 · 1 revision

extends Role



constructor()

Description

Creates a new instance of MonitorRole.

Arguments

  • none

Example

let monitorRole = new MonitorRole();
console.log(`Role type is: ${monitorRole.type}`);

Tutorials

Migration guides

Reference documentation

Clone this wiki locally