view data fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user