Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FieldArrayBuilder<ChildBuilder>

Type parameters

Hierarchy

  • BasicBuilder<keyof (null | ChildBuilder["phantomValue"])[], FieldArrayModel<ChildBuilder["phantomValue"], ChildBuilder["phantomModel"]>>
    • FieldArrayBuilder

Index

Constructors

constructor

Properties

Private _defaultValue

_defaultValue: ReadonlyArray<ChildBuilder["phantomValue"]> = []

Protected _validators

_validators: IValidators<keyof (null | ChildBuilder["phantomValue"])[]> = []

Private childBuilder

childBuilder: ChildBuilder

phantomModel

phantomModel: FieldArrayModel<ChildBuilder["phantomValue"], ChildBuilder["phantomModel"]>
internal

phantomValue

phantomValue: keyof (null | ChildBuilder["phantomValue"])[]
internal

Methods

build

  • build(defaultValue?: Maybe<ReadonlyArray<ChildBuilder["phantomValue"] | null>>): FieldArrayModel<ChildBuilder["phantomValue"], ChildBuilder["phantomModel"]>

defaultValue

  • defaultValue(defaultValue: ReadonlyArray<ChildBuilder["phantomValue"]>): this

validators

  • validators(...validators: IValidators<keyof (null | ChildBuilder["phantomValue"])[]>): this

Generated using TypeDoc