Skip to content

ReadOnlyFormCollection.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.

public withItemSetup(
  setupCallback: FormSetupCallback<TForm, TValidationError>
): this

Source reference: src/forms/ReadOnlyFormCollection.ts:110.

Parameters

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

Returns: this

Clone this wiki locally