Skip to content

IConfigurableFormCollection.withoutItemSetup

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions

Removes the provided setupCallback and no longer applies it to form sections that are added, all existing form sections are reset and re-configured using the remaining setup callbacks.

withoutItemSetup(
  setupCallback: FormSetupCallback<TSection, TValidationError>
): this

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

Parameters

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

Returns: this

Clone this wiki locally