Options
All
  • Public
  • Public/Protected
  • All
Menu

Number property definition. This definition can also be used for number based enum property

Hierarchy

Index

Properties

Optional allowNull

allowNull: boolean

Whether this property is allowed to be null

Optional isOptional

isOptional: boolean

Whether this property is optional

Optional maxValue

maxValue: number

An optional maximum value of this property. When specified, the given property must be less or equal to this value

Optional minValue

minValue: number

An optional minimum value of this property. When specified, the given property must be greater or equal to this value

type

type: Number | Number

Type of this property

Optional value

value: number

An optional value of this property. When specified, the given property must have same value of this value

Generated using TypeDoc