Optional
onChangeDirty: (() => void)Optional
descriptorConfig: IArrayFieldMainDescriptorConfig<M, void>Optional
onValidation: ((validationResult: string[]) => void)Protected
allowProtected
descriptorProtected
dirtyProtected
observabilityProtected
originalProtected
valueProtected
castFunction for comparing elements of type T
Check, that there is intersection of this value and incoming array
Protected
isMake some of the system properties reactive in the current model
list of system properties
Optional
silent: booleanMethod changes the contents of an ArrayField by removing or replacing existing elements and/or adding new elements in place Params are the same as Array.splice()
Optional
deleteCount: numberRest
...items: OptionValueType<M>[]
Public