Skip to content

IConfigurableFormCollection.withItemSetup

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions

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

Clone this wiki locally