mwg API
    Preparing search index...

    Interface HelpScreenOptions

    interface HelpScreenOptions {
        height: number;
        listWidth?: number;
        topics: readonly HelpTopic[];
        width: number;
    }
    Index
    height: number
    listWidth?: number

    how much of width the topic list takes; the body fills the rest. Defaults to a third

    topics: readonly HelpTopic[]
    width: number