Interface Setting

Hierarchy

  • Setting

Properties

key?: string
title?: string
group?: string
subgroup?: string
description?: string
placeholder?: string
type?: "string" | "number" | "boolean" | "button" | "textarea" | "time" | "integer" | "password" | "device" | "clippath" | "interface" | "qrcode" | "date" | "datetime"
range?: [number, number]

The range of allowed numbers, if any, when the type is 'number'.

readonly?: boolean
choices?: string[]
combobox?: boolean
deviceFilter?: string
multiple?: boolean
value?: SettingValue

Generated using TypeDoc