Skip to content

Form.onSectionChanged

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions
API / Form<TValidationError> / onSectionChanged method

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

protected onSectionChanged(
  section: Form<TValidationError>,
  changedProperties: readonly (keyof Form<TValidationError>)[]
): void

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

Parameters

Clone this wiki locally