ODQuestionData class
under construction
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This is Open Ticket question data.
This class contains a single property for a question. (string, number, boolean, object, array, null)
When this property is edited, the database will be updated automatically.
Properties
inherited id
class ➜ api.ODId
The id of this data.
Methods
constructor()
function ➜ api.ODQuestionData
(no description)
View Parameters (2)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.value
: type ➜DataType
- Parameter Description Lorem Ipsum.
inherited protected _change()
function ➜ void
Trigger an onChange()
event in the parent ODManager
of this class.
inherited changed()
function ➜ void
(❌ SYSTEM ONLY!!) Set the callback executed when a value inside this class changes.
refreshDatabase()
function ➜ void
Refresh the database. Is only required to be used when updating ODQuestionData
with an object/array as 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!