Skip to main content

ODCheckerTypeSwitchStructureOptions 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 ODCheckerTypeSwitchStructure!

View Source

Properties


optional all class api.ODCheckerStructure

A checker that will always run (replaces all other checkers)

View Source


optional allowedTypes array ("string"|"number"|"boolean"|"object"|"other"|"null"|"array")[]

A list of allowed types

View Source


optional array class api.ODCheckerStructure

A checker when the property is an array

View Source


optional boolean class api.ODCheckerBooleanStructure

A checker when the property is a boolean

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 null class api.ODCheckerStructure

A checker when the property is null

View Source


optional number class api.ODCheckerNumberStructure

A checker when the property is a number

View Source


optional object class api.ODCheckerObjectStructure

A checker when the property is an object

View Source


optional other class api.ODCheckerStructure

A checker when the property is something else

View Source


optional string class api.ODCheckerStringStructure

A checker when the property is a string

View Source