Trevixal API
    Preparing search index...

    Interface ToolUsage

    The three conveniences a toolbar grows once it is big enough to get lost in: a quick-insert menu, a "recently used" tray, and favourites the user pins. All three work off one usage log, kept outside the document and persisted by the host.

    interface ToolUsage {
        favorites: readonly string[];
        recent: readonly string[];
    }
    Index
    favorites: readonly string[]

    Pinned item names, in the order the user pinned them.

    recent: readonly string[]

    Toolbar item names, most recently used first.