AboutSupportDeveloper GuideVersion 22.3.18

Interface BrowserWorkspacePlatformViewOptions

interface BrowserWorkspacePlatformViewOptions {
    browserNavigationButtons?: RequireAtLeastOne<{
        back?: boolean;
        forward?: boolean;
        reload?: boolean;
    }, "reload" | "back" | "forward">;
}

Properties

browserNavigationButtons?: RequireAtLeastOne<{
    back?: boolean;
    forward?: boolean;
    reload?: boolean;
}, "reload" | "back" | "forward">
MMNEPVFCICPMFPCPTTAAATR