ODCheckerRenderer 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 checker renderer.
It's responsible for rendering the config checker result in the console. This class doesn't provide any components! You need to create them by extending this class
You can use this class if you want to change how the config checker looks!
Properties
Methods
constructor()
function ➜ api.ODCheckerRenderer
(no description)
getComponents()
function ➜ string[]
Get all components
View Parameters (4)
compact
: boolean ➜boolean
- Parameter Description Lorem Ipsum.renderEmpty
: boolean ➜boolean
- Parameter Description Lorem Ipsum.translation
: class ➜api.ODCheckerTranslationRegister
- Parameter Description Lorem Ipsum.data
: interface ➜api.ODCheckerResult
- Parameter Description Lorem Ipsum.
render()
function ➜ void
Render all components
View Parameters (1)
components
: array ➜string[]
- Parameter Description Lorem Ipsum.
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!