Skip to content

FormFieldCollectionViewModel.unregisterField

Andrei Fangli edited this page Sep 3, 2023 · 3 revisions
API / FormFieldCollectionViewModel / unregisterField method

Unregisters the provided field.

This is a protected method.

protected unregisterField(field: TFormFieldViewModel): void

Parameters

  • field: TFormFieldViewModel, the previously registered field.
Clone this wiki locally