Custom settings section
bb 0.43.3SDK 0.4.104pinned e865697 (desktop-v0.43.3)
Renders your own React component on the plugin's settings page, below the fields bb generated. Use it for anything that is not a value in a form. With this, a plugin can:
What it gives you
- Render whatever UI it needs, such as a connect-account button, a test-connection result, or a preview
- Run in the browser, so it stores nothing itself. It calls the plugin's own backend to do that
- Supply a heading and a one-line description for bb to render above it
API
Each symbol links to the pinned commit it was read at.
PluginSettingsSectionRegistrationinterface
Used by
Account Pooler, Keep Awake, Memory, Remote access
The brief is Markdown, written for a coding agent: what the capability is, where it registers, every SDK symbol with a pinned permalink, the rules that bite, and what done means.