view data fixes

This commit is contained in:
2026-01-24 00:52:27 +01:00
parent 62e8b768ce
commit ae59df61eb
321 changed files with 1157 additions and 2234 deletions

View File

@@ -29,9 +29,9 @@
export abstract class ViewModel {
/**
* Optional: Validate the ViewModel state
*
*
* Can be used to ensure the ViewModel is in a valid state
* before a Presenter converts it to ViewData.
* before it is used by the UI.
*/
validate?(): boolean;
}