ViewModelView
protocol ViewModelView : AnyObject
All view model views should conform to this base protocol
-
resetState()Default implementationUndocumented
Default Implementation
If not implemented, does a no-op
Declaration
Swift
func resetState() -
updateData()Default implementationUndocumented
Default Implementation
If not implemented, does a no-op
Declaration
Swift
func updateData()
View on GitHub
Install in Dash
ViewModelView Protocol Reference