Body, Mind & Soul — API Reference
    Preparing search index...

    Function registerRemotePromptBringToFront

    • Register a "bring to front" callback for the currently rendering remote prompt. Dialog-based renderers store () => dialog.bringToFront() so the initiative overlay can activate any stack entry without cancelling it.

      Parameters

      • requestId: string
      • bringToFrontFn: () => void

      Returns void