IConfigurableFormCollection.withItemSetup - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IConfigurableFormCollection<TSection, TValidationError> / withItemSetup method
Configures the provided setupCallback and applies it on all existing form sections within the collection
and to any form section that is added.
withItemSetup(
setupCallback: FormSetupCallback<TSection, TValidationError>
): thisSource reference: src/forms/IConfigurableFormCollection.ts:24.
-
setupCallback: FormSetupCallback<TSection, TValidationError>
The callback performing the setup.