IFieldSchema interface
Interface for field schema information
Properties
| default |
|
| max |
|
| name | |
| required | |
| type |
Property Details
defaultValue
defaultValue?: unknown
Property Value
unknown
maxLength
maxLength?: number
Property Value
number
name
name: string
Property Value
string
required
required?: boolean
Property Value
boolean
type
type: string
Property Value
string