Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 787 Bytes

File metadata and controls

36 lines (19 loc) · 787 Bytes

solid-knobs / ChoiceRange

Interface: ChoiceRange

A range that represents a finite number of choices with textual labels (think enums).

Table of contents

Properties

Properties

type

type: Choice

The type of a ChoiceRange is always RangeType.Choice.

Defined in

range/range.ts:103


choices

choices: Choice[]

A list of choices that the range contains (see Choice below).

Defined in

range/range.ts:108