Skip to content

DashboardPanel

Properties

children?

children?: DashboardPanel[]

Source

inspector/lib/types.ts:86


colors?

colors?: Record<string, string>

Source

inspector/lib/types.ts:88


colspan?

colspan?: number

Source

inspector/lib/types.ts:87


data?

data?: any[]

Source

inspector/lib/types.ts:89


format?

format?: string

Source

inspector/lib/types.ts:90


height?

height?: string

Source

inspector/lib/types.ts:91


legend?

legend?: boolean | Record<string, undefined | string>

Source

inspector/lib/types.ts:92


maxPoints?

maxPoints?: number

Source

inspector/lib/types.ts:94


maxValue?

maxValue?: number

Source

inspector/lib/types.ts:93


measurements?

measurements?: string[]

Source

inspector/lib/types.ts:95


minValue?

minValue?: number

Source

inspector/lib/types.ts:96


text?

text?: string

Source

inspector/lib/types.ts:97


thresholds?

thresholds?: [number, string?][]

Source

inspector/lib/types.ts:100


title?

title?: string

Source

inspector/lib/types.ts:98


type

type: string

Source

inspector/lib/types.ts:99


value?

value?: string

Source

inspector/lib/types.ts:101


Generated using TypeDoc and typedoc-plugin-markdown.