ReadOnlyFormCollection.withoutItemSetup - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ReadOnlyFormCollection<TForm, TValidationError> / withoutItemSetup method
Removes the provided setupCallback
and no longer applies it to form sections that are added, all existing
form sections are reset and re-configured using the remaining setup callbacks.
public withoutItemSetup(
setupCallback: FormSetupCallback<TForm, TValidationError>
): this
Source reference: src/forms/ReadOnlyFormCollection.ts:126
.
-
setupCallback: FormSetupCallback<TForm, TValidationError>
The callback performing the setup.