Skip to main content

ODCheckerStringStructureOptions 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 ODCheckerStringStructure!

View Source

Properties


optional choices array string[]

You need to choose between ...

View Source


optional contains string string

This string 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 string needs to end with ...

View Source


optional length number number

Set the required length of this string

View Source


optional maxLength number number

The maximum length of this string

View Source


optional minLength number number

The minimum length of this string

View Source


optional regex type RegExp

The string needs to match this regex

View Source


optional startsWith string string

This string needs to start with ...

View Source