Skip to content

IConfigurableFormCollection.withItemSetup

github-actions[bot] edited this page Dec 3, 2024 · 3 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