wima
    Preparing search index...

    Interface WindowOptions

    interface WindowOptions {
        height?: number;
        selector?: string;
        width?: number;
    }
    Index

    Properties

    height?: number
    selector?: string
    width?: number