interface IViewUpdateResult {
    data: IViewInfo;
    view: IView;
}

Properties

Properties

data: IViewInfo
view: IView