Trevixal API
    Preparing search index...
    interface TrackChangesBarOptions {
        author?: string;
        container: HTMLElement;
        onChange?: (state: { count: number; enabled: boolean }) => void;
    }
    Index
    author?: string

    Shown next to the toggle ("Suggesting as ada").

    container: HTMLElement

    Where the toolbar is appended.

    onChange?: (state: { count: number; enabled: boolean }) => void

    Called after any action taken from the bar.