Useful when you need to create a bit of structure.
containerContent
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?