Search
Preparing search index...
The search index is not available
@stencila/schema
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@stencila/schema
StringValidator
Interface StringValidator
A schema specifying constraints on a string node.
Hierarchy
Validator
StringValidator
Index
Properties
id
max
Length
meta
min
Length
pattern
type
Properties
Optional
id
id
:
string
Optional
max
Length
max
Length
:
number
Optional
meta
meta
:
{}
Type declaration
[
key:
string
]:
any
Optional
min
Length
min
Length
:
number
Optional
pattern
pattern
:
string
type
type
:
"StringValidator"
Exports
String
Validator
id
max
Length
meta
min
Length
pattern
type
Generated using
TypeDoc
A schema specifying constraints on a string node.