Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SelectSettingComponentOptions

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

Hierarchy

Index

Properties

Optional className

className?: string

default

default: string

Optional help

help?: Children

Optional label

label?: Children

options

options: {}

Map of values to their labels

Type declaration

  • [value: string]: Mithril.Children

setting

setting: string

type

type: "select" | "dropdown" | "selectdropdown"

Generated using TypeDoc version 0.22.10