IConfigurableFormCollection.withoutItemSetup - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IConfigurableFormCollection<TSection, 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.
withoutItemSetup(
setupCallback: FormSetupCallback<TSection, TValidationError>
): this
Source reference: src/forms/IConfigurableFormCollection.ts:31
.
-
setupCallback: FormSetupCallback<TSection, TValidationError>
The callback performing the setup.