Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a selection of exactly one or some strings from a fixed list of options

Hierarchy

  • Options

Index

Properties

Properties

Optional kind

kind: "single" | "multiple"

Whether the user must select exactly one option. In this case, binds to string. Otherwise binds to string[]

Optional options

options: Option[]

Possible options to select from

Generated using TypeDoc