Skip to main content

ODPermission class

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This is an Open Ticket permission.

It defines a single permission level for a specific scope (global/channel & user/role) These permissions only apply to commands & interactions. They are not related to channel permissions in the ticket system.

Register this class to an ODPermissionManager to use it!

View Source

Properties


readonly channel type null|discord.Channel

The channel that this permission applies to. (null when global)

View Source


inherited id class api.ODId

The id of this data.

View Source


readonly permission type api.ODPermissionType

The type/level of this permission.

View Source


readonly scope type api.ODPermissionScope

The scope of this permission.

View Source


readonly value type discord.User|discord.Role

The user/role of this permission.

View Source


Methods


constructor() function api.ODPermission

(no description)

View Parameters (4)
  • id: type api.ODValidId - Parameter Description Lorem Ipsum.
  • scope: type "global-user" - Parameter Description Lorem Ipsum.
  • permission: type api.ODPermissionType - Parameter Description Lorem Ipsum.
  • value: type discord.User - Parameter Description Lorem Ipsum.

View Source


inherited protected _change() function void

Trigger an onChange() event in the parent ODManager of this class.

View Source


inherited changed() function void

(❌ SYSTEM ONLY!!) Set the callback executed when a value inside this class changes.

View Parameters (1)
  • callback: type null|(() => void) - Parameter Description Lorem Ipsum.

View Source


Defaults

under construction

We're still working on this part of the documentation!

Examples

under construction

We're still working on this part of the documentation!