Skip to main content

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!

View Source

Properties


identifier string string

The identifier of the id (text after :).

View Source


source string string

The source of the id (text before :). (e.g. openticket for all built-in ids)

View Source


value string string

The full value of this ODId as a string.

View Source


Methods


constructor() function api.ODId

(no description)

View Parameters (1)
  • id: type api.ODValidId - Parameter Description Lorem Ipsum.

View Source


toString() function string

Returns a string representation of this id. (same as this.value)

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!