Skip to content

ListenerRole

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

extends Role



constructor()

Description

Creates a new instance of ListenerRole.

Arguments

  • none

Example

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

Tutorials

Migration guides

Reference documentation

Clone this wiki locally