@vnodes/schema
Preparing search index...
StringOptions
Interface StringOptions
interface
StringOptions
{
default
?:
string
;
format
?:
StringFormat
;
generated
?:
GeneratedString
;
isId
?:
boolean
;
maxLength
?:
number
;
minLength
?:
number
;
notIn
?:
string
[]
;
pattern
?:
string
;
type
?:
"string"
;
}
Index
Properties
default?
format?
generated?
is
Id?
max
Length?
min
Length?
not
In?
pattern?
type?
Properties
Optional
default
default
?:
string
Optional
format
format
?:
StringFormat
Optional
generated
generated
?:
GeneratedString
Optional
is
Id
isId
?:
boolean
Optional
max
Length
maxLength
?:
number
Optional
min
Length
minLength
?:
number
Optional
not
In
notIn
?:
string
[]
Optional
pattern
pattern
?:
string
Regular expression
Optional
type
type
?:
"string"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
format
generated
is
Id
max
Length
min
Length
not
In
pattern
type
@vnodes/schema
Loading...
Regular expression