Interface SelectSettingComponentOptions

Valid options for the setting component builder to generate a Select dropdown.

Hierarchy

Properties

className?: string
default: string
help?: Children
label?: Children
options: {
    [value: string]: Mithril.Children;
}

Map of values to their labels

Type declaration

  • [value: string]: Mithril.Children
setting: string
type: "select" | "dropdown" | "selectdropdown"

Generated using TypeDoc v0.23.24