IConfigurableFormCollection.withItemSetup - Andrei15193/react-model-view-viewmodel GitHub Wiki

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>
): this

Source reference: src/forms/IConfigurableFormCollection.ts:24.

Parameters

  • setupCallback: FormSetupCallback<TSection, TValidationError>
    The callback performing the setup.

Returns: this

⚠️ **GitHub.com Fallback** ⚠️