Skip to content

Form.onSectionsCollectionChanged

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / Form<TValidationError> / onSectionsCollectionChanged method

Invoked when a section's properies change, this is a plugin method through which notification propagation can be made with ease.

protected onSectionsCollectionChanged(
  sectionsCollection: IReadOnlyFormCollection<Form<TValidationError>, TValidationError>,
  changedProperties: readonly (keyof IReadOnlyFormCollection<Form<TValidationError>, TValidationError>)[]
): void

Source reference: src/forms/Form.ts:868.

Parameters

Clone this wiki locally