Documentation / IViewModelDetached
IViewModelDetached
Interfaces
IViewModelDetached
Represents the view model that is detached from the view. Use this to get the signature of the method that gets called when the view model is detached from the view.
Methods
detached()
detached():
void
Method that gets called when the view model is detached from the view.
Returns
void
Defined in
Source/JavaScript/Applications.React.MVVM/IViewModelDetached.ts:11