ListField

Source
import { ListField } from "@prestojs/viewmodel";
ListField<T,ParsableType = T>
Hierarchy
  • Field<T[],ParsableType[],T>
  • ListField

API

Constructor

new ListField(props)
Source

Arguments:

ArgumentTypeDescription
*props

Methods

clone()
Source
Returns:Field
contributeToClass(viewModel)
Source

Arguments:

ArgumentTypeDescription
*viewModelViewModelConstructor
Returns:void
format(value)
Source

Arguments:

ArgumentTypeDescription
*valueT[]
Returns:any
getFormatterProps()
Source
Returns:{[fieldName: string]: any }
getWidgetProps()
Source
Returns:{[fieldName: string]: any }
isEqual(value1,value2)
Source

Arguments:

ArgumentTypeDescription
*value1T[]
*value2T[]
Returns:boolean
normalize(value)
Source

Arguments:

ArgumentTypeDescription
*valueany
Returns:null|T[]
parse(value)
Source

Arguments:

ArgumentTypeDescription
*valuenull|ParsableType[]
Returns:null|T[]
toJS(value)
Source

Arguments:

ArgumentTypeDescription
*valueT[]
Returns:null|string|number|Record
toString()
Source
Returns:string

Properties

blank

Source
boolean

blankAsNull

Source
boolean

boundRecord

Source
undefined|ViewModelInterface

childField

Source
Field

choices

Source

defaultValue

Source
undefined|null|ValueT|Promise

formatterProps

Source
Record

helpText

Source
string

isBound

Source
boolean

label

Source
string

name

Source
string

readOnly

Source
boolean

value

Source
undefined|ValueT

widgetProps

Source
Record

writeOnly

Source
boolean

Static Properties

fieldClassName

Source
string