ODTranscriptCompiler 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 transcript compiler.
This class manages all functions to generate a transcript.
These functions should be defined when creating this compiler. Existing compilers already exist for html & text transcripts.
Methods
Properties
compile
type ➜ null|api.ODTranscriptCompilerCompileFunction
(no description)
inherited id
class ➜ api.ODId
The id of this data.
init
type ➜ null|api.ODTranscriptCompilerInitFunction
(no description)
ready
type ➜ null|api.ODTranscriptCompilerReadyFunction
(no description)
Methods
constructor()
function ➜ api.ODTranscriptCompiler
(no description)
View Parameters (4)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.init
: type ➜api.ODTranscriptCompilerInitFunction
- Parameter Description Lorem Ipsum.compile
: type ➜api.ODTranscriptCompilerCompileFunction
- Parameter Description Lorem Ipsum.ready
: type ➜null|api.ODTranscriptCompilerReadyFunction
- 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.
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!