Interface ChoiceMeta<A>

Type Parameters

  • A

Hierarchy

  • ChoiceMeta

Properties

attributes?: Partial<SelectHTMLAttributes<HTMLSelectElement>>
choice: Maybe<string>
choices: [string, A][]
name: string

Generated using TypeDoc