Skip to main content

ODCheckerEnabledObjectStructureOptions 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 ODCheckerEnabledObjectStructure!

View Source

Properties


optional checker class api.ODCheckerObjectStructure

The object checker to use once the property has been matched.

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 enabledValue type any

The value of the property to be enabled. Defaults to true

View Source


optional property string string

The name of the property to match the enabledValue.

View Source