Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for a custom control for selecting an hour, minute, or seconds. The control should behave in such a way that the user may select a number in the set { min, min+step, min+2*step, ..., max }.

Hierarchy

  • ControlOptions

Index

Properties

Properties

max: number

Maximum allowed value for the time unit the user may select.

min: number

Minumum allowed value for the time unit the user may select.

step: number

Desired step size for selecting a value.

Generated using TypeDoc