ODId 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 identifier.
It can only contain the following characters: a-z
, A-Z
, 0-9
, :
, -
& _
You can use this class to assign a unique id when creating configs, databases, languages & more!
Properties
identifier
string ➜ string
The identifier of the id (text after :
).
source
string ➜ string
The source of the id (text before :
). (e.g. openticket
for all built-in ids)
value
string ➜ string
The full value of this ODId
as a string
.
Methods
constructor()
function ➜ api.ODId
(no description)
View Parameters (1)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.
toString()
function ➜ string
Returns a string representation of this id. (same as this.value
)
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!