Arc.React.MVVM
    Preparing search index...

    Interface 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.

    interface IViewModelDetached {
        detached(): void;
    }
    Index

    Methods

    Methods

    • Method that gets called when the view model is detached from the view.

      Returns void