AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface WindowInfo

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