Skip to main content

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!

View Source

Properties


dropdown boolean boolean

When enabled, the panel uses a dropdown instead of buttons.

View Source


embed interface api.ODJsonConfig_DefaultPanelEmbedSettingsType

The embed of this panel.

View Source


id string string

The id of this panel.

View Source


name string string

The name of this panel.

View Source


options array string[]

A list of valid options ids from the options.json config.

View Source


settings type {describeOptionsCustomTitle:string, describeOptionsInEmbedDescription:boolean, describeOptionsInEmbedFields:boolean, describeOptionsInText:boolean, describeOptionsLayout:"normal"|"simple"|"detailed", dropdownPlaceholder:string, enableMaxTicketsWarningInEmbed:boolean, enableMaxTicketsWarningInText:boolean}

(no description)

View Source


text string string

The raw text contents of this panel. (empty for embed only)

View Source