containerContent(min 1): an array of components.
- Typescript SDK
- GraphQL
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Useful when you need to create a bit of structure.
containerContent (min 1): an array of components.import { uiComponent } from '@team-plain/typescript-sdk';
uiComponent.container({
content: [uiComponent.text({ text: 'Container content' })],
});
{
"componentContainer": {
"containerContent": [
{
"componentText": {
"text": "Container content"
}
}
]
}
}
Was this page helpful?
