W3Booster SDK 2.0.0
    Preparing search index...

    Interface OpenWindowOptions

    interface OpenWindowOptions {
        height?: number;
        path?: string;
        title?: string;
        width?: number;
    }
    Index
    height?: number
    path?: string
    title?: string
    width?: number