AboutSupportDeveloper GuideVersion 38.126.82.64
interface WindowInfo {
    canNavigateBack: boolean;
    canNavigateForward: boolean;
    preloadScripts: any[];
    title: string;
    url: string;
}

Properties

canNavigateBack: boolean
canNavigateForward: boolean
preloadScripts: any[]
title: string
url: string