ODStartScreenPropertiesCategoryComponent 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 properties category component.
This component will render a properties category to the startscreen. This will list the properties in the category. An optional priority can be specified to choose the location of the component.
Properties
inherited id
class ➜ api.ODId
The id of this data.
inherited name
string ➜ string
The name of this category.
inherited priority
number ➜ number
The priority of this component.
properties
array ➜ api.ODStartScreenProperty[]
The properties of this category component.
propertyHexColor
string ➜ string
The hex color for the key/name of all the properties.
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.
inherited renderIfEmpty
boolean ➜ boolean
When enabled, this category will still be rendered when the contents are empty. (enabled by default)
Methods
constructor()
function ➜ api.ODStartScreenPropertiesCategoryComponent
(no description)
View Parameters (6)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.priority
: number ➜number
- Parameter Description Lorem Ipsum.name
: string ➜string
- Parameter Description Lorem Ipsum.properties
: array ➜api.ODStartScreenProperty[]
- Parameter Description Lorem Ipsum.propertyHexColor
: string ➜string
- Parameter Description Lorem Ipsum.renderIfEmpty
: boolean ➜boolean
- 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!