Skip to main content

ODCheckerNumberStructureOptions interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface has the options for ODCheckerNumberStructure!

View Source

Properties


optional choices array number[]

You need to choose between ...

View Source


optional contains string string

This number needs to contain ...

View Source


inherited optional custom function (checker:api.ODChecker, value:api.ODValidJsonType, locationTrace:api.ODCheckerLocationTrace, locationId:api.ODId, locationDocs:null|string) => boolean

Add a custom checker function. Returns true when valid.

View Source


inherited optional docs string string

Set the url to the documentation of this variable.

View Source


optional endsWith string string

This number needs to end with ...

View Source


optional floatAllowed boolean boolean

Are numbers with a decimal value allowed?

View Source


optional is number number

This number is required to match the value

View Source


optional length number number

Set the required length of this number

View Source


optional max number number

The maximum value of this number

View Source


optional maxLength number number

The maximum length of this number

View Source


optional min number number

The minimum value of this number

View Source


optional minLength number number

The minimum length of this number

View Source


optional negativeAllowed boolean boolean

Are negative numbers allowed (without zero)

View Source


optional offset number number

The offset for the step function.

View Source


optional positiveAllowed boolean boolean

Are positive numers allowed (without zero)

View Source


optional startsWith string string

This number needs to start with ...

View Source


optional step number number

Only allow a multiple of ... starting at this.offset or 0

View Source


optional zeroAllowed boolean boolean

Is zero allowed?

View Source