ODStartScreenHeaderComponent class
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This is an Open Ticket startscreen header component.
This component will render a header to the startscreen. Properties can be aligned left, right or centered. An optional priority can be specified to choose the location of the component.
Properties
align
type ➜ null|api.ODStartScreenHeaderAlignmentSettings
The alignment settings of this header component.
inherited id
class ➜ api.ODId
The id of this data.
inherited priority
number ➜ number
The priority of this component.
properties
array ➜ api.ODStartScreenProperty[]
All properties of this header component.
inherited render
type ➜ api.ODStartScreenComponentRenderCallback
The render function which will render the contents of this component.
inherited renderAfter
type ➜ null|api.ODStartScreenComponentRenderCallback
An optional render function which will be inserted behind the default renderer.
inherited renderBefore
type ➜ null|api.ODStartScreenComponentRenderCallback
An optional render function which will be inserted before the default renderer.
spacer
string ➜ string
The spacer used between properties.
Methods
constructor()
function ➜ api.ODStartScreenHeaderComponent
(no description)
View Parameters (5)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.priority
: number ➜number
- Parameter Description Lorem Ipsum.properties
: array ➜api.ODStartScreenProperty[]
- Parameter Description Lorem Ipsum.spacer
: string ➜string
- Parameter Description Lorem Ipsum.align
: interface ➜api.ODStartScreenHeaderAlignmentSettings
- 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.
inherited renderAll()
function ➜ Promise
Render this component and combine it with the renderBefore
& renderAfter
contents.
View Parameters (1)
location
: number ➜number
- Parameter Description Lorem Ipsum.
Defaults
We're still working on this part of the documentation!
Examples
We're still working on this part of the documentation!