The ID of the content item to embed. The content is fetched and rendered at runtime using the same Metabind client context.
Support
Usage
Embed a content item
Compose multiple content items
Inside a scroll view
Notes
- The embedded content is fetched and rendered independently, using the same API credentials as the parent view.
- Content updates in real time if the parent
MetabindViewhas subscriptions enabled. - On iOS, this component is provided by the Metabind SDK and registered into the BindJS rendering tree via the
ComponentRepresentableprotocol. It is not a built-in BindJS view.
See Also
- Placeholder — bridge to native platform components