Trevixal API
    Preparing search index...

    Interface StatusBarOptions

    interface StatusBarOptions {
        showCounts?: boolean;
        showPath?: boolean;
    }
    Index
    showCounts?: boolean

    Show word and character counts on the right. Defaults to true.

    showPath?: boolean

    Show the element path (p › strong) on the left. Defaults to true.