Trevixal API
    Preparing search index...

    Type Alias ShortcutLabels

    ShortcutLabels: Readonly<Record<string, string | null>>

    Printed labels keyed by action name. The shape menus consume, so a host can hand manager.labels() straight to createEditorUI({ shortcutLabels }) and whatever the menus print is what actually fires. Null marks an action that exists but is unbound, so a menu prints nothing beside it.