featherbit UI
    Preparing search index...

    Function useEditorActions

    • Palette-side accessor.

      Memoized on ctx (itself stable, see the Provider) so the returned object and its two functions keep their identity across renders — App feeds them into a memoized CommandContext that keys the global keydown effect.

      Returns { has: (id: string) => boolean; invoke: (id: string) => void }