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

Properties

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