Trevixal API
    Preparing search index...

    Interface RecentToolsOptions

    interface RecentToolsOptions {
        items: ReadonlyMap<string, ToolbarItem>;
        label?: string;
        limit?: number;
        tracker: ToolUsageTracker;
    }
    Index
    items: ReadonlyMap<string, ToolbarItem>

    Every item the tray can offer, keyed by toolbar item name.

    label?: string
    limit?: number

    How many recents to show (default 6).