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

    Function onFocusedPromptChange

    • Subscribe to focused-prompt changes. Handler receives the new focused requestId (or null). Returns an unsubscribe function.

      Parameters

      • fn: (requestId: string | null) => void

      Returns () => void