ReadOnlyFormCollection.onSectionChanged - Andrei15193/react-model-view-viewmodel GitHub Wiki

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/ReadOnlyFormCollection.ts:161.

Parameters

⚠️ **GitHub.com Fallback** ⚠️