Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StringValidator

A schema specifying constraints on a string node.

Hierarchy

Index

Properties

Optional id

id: string

Optional maxLength

maxLength: number

Optional meta

meta: {}

Type declaration

  • [key: string]: any

Optional minLength

minLength: number

Optional pattern

pattern: string

type

type: "StringValidator"

Generated using TypeDoc