AboutSupportDeveloper GuideVersion 40.128.82.13
interface ReplaceViewPayload {
    opts: {
        newView: Partial<ViewOptions>;
        viewToReplace: Identity;
    };
    target: LayoutIdentity;
}

Properties

Properties

opts: {
    newView: Partial<ViewOptions>;
    viewToReplace: Identity;
}