ODCheckerObjectSwitchStructureOptions 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 ODCheckerObjectSwitchStructure
!
Properties
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.
inherited optional docs
string ➜ string
Set the url to the documentation of this variable.
optional objects
array ➜ {checker:api.ODCheckerObjectStructure, name:string, priority:number, properties:{key:string, value:any}[]}[]
An array of object checkers with their name, properties & priority.