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

Properties

Properties

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

Type declaration