Type Alias: StringOptions
StringOptions:
ScalarOptions
<string
> & {maxLength
:number
; }
String property options.
Type declaration
maxLength?
optional
maxLength:number
The maximum length allowed for property values.
StringOptions:
ScalarOptions
<string
> & {maxLength
:number
; }
String property options.
optional
maxLength:number
The maximum length allowed for property values.