Share via


IFieldSchema interface

Interface for field schema information

Properties

defaultValue
maxLength
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