@traversable/schema
Preparing search index...
@traversable/json-schema-types
String
Interface String
JsonSchema.String
interface
String
{
maxLength
?:
number
;
minLength
?:
number
;
pattern
?:
string
;
type
:
"string"
;
}
Hierarchy (
View Summary
)
Bounds
.
String
String
Index
Properties
max
Length?
min
Length?
pattern?
type
Properties
Optional
max
Length
maxLength
?:
number
See also:
the
spec
Optional
min
Length
minLength
?:
number
See also:
the
spec
Optional
pattern
pattern
?:
string
See also:
the
spec
type
type
:
"string"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
<a href="#" class="tsd-
kind-
interface">
Json
Schema.
String</a>
Properties
max
Length
min
Length
pattern
type
@traversable/schema
Loading...
JsonSchema.String