mwg API
    Preparing search index...

    Interface ScrollBoxOptions

    interface ScrollBoxOptions {
        contentHeight?: number;
        height: number;
        offset?: number;
        width: number;
    }
    Index
    contentHeight?: number

    how tall the content is; set it again with setContentHeight as the content changes

    height: number
    offset?: number
    width: number