Skip to main content

ODDefaultsManager 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 defaults manager.

It manages all settings in Open Ticket that are not meant to be in the config. Here you can disable certain default features to replace them or to specifically enable them!

You are unable to add your own defaults, you can only edit Open Ticket defaults!

View Source

Properties

Methods


constructor() function api.ODDefaultsManager

(no description)

View Source


getDefault() function api.ODDefaults[DefaultName]

Get a default. Remember! All plugins can edit these values, so this value could be overwritten!

View Parameters (1)
  • key: type DefaultName - Parameter Description Lorem Ipsum.

View Source


setDefault() function void

Set a default to a specific value. Remember! All plugins can edit these values, so your value could be overwritten!

View Parameters (2)
  • key: type DefaultName - Parameter Description Lorem Ipsum.
  • value: type api.ODDefaults[DefaultName] - 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!