Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OptionNumber

An option allowing the input of a number

Hierarchy

  • OptionNumber

Index

Properties

Optional defaultValue

defaultValue: number

The default value for this option

Optional descr

descr: string

The description of this option

Optional maximum

maximum: number

The maximum value of the number

Optional minimum

minimum: number

The minimum value of the number

type

type: "number"

The type of the option

value

value: null | number

The value of this option

Generated using TypeDoc