ODJsonConfig_DefaultPanelType interface
under construction
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This interface is an object which has all properties for panels in the panels.json config!
Properties
dropdown boolean ➜ boolean
When enabled, the panel uses a dropdown instead of buttons.
embed interface ➜ api.ODJsonConfig_DefaultPanelEmbedSettingsType
The embed of this panel.
id string ➜ string
The id of this panel.
name string ➜ string
The name of this panel.
options array ➜ string[]
A list of valid options ids from the options.json config.
settings type ➜ {describeOptionsCustomTitle:string, describeOptionsInEmbedDescription:boolean, describeOptionsInEmbedFields:boolean, describeOptionsInText:boolean, describeOptionsLayout:"normal"|"simple"|"detailed", dropdownPlaceholder:string, enableMaxTicketsWarningInEmbed:boolean, enableMaxTicketsWarningInText:boolean}
(no description)
text string ➜ string
The raw text contents of this panel. (empty for embed only)