linkButtonLabel: the text of the buttonlinkButtonUrl: the URL the button should open in a new tab
- 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 want to link somewhere external (e.g. your own admin tool or payment provider)
linkButtonLabel: the text of the buttonlinkButtonUrl: the URL the button should open in a new tabimport { uiComponent } from '@team-plain/typescript-sdk';
uiComponent.linkButton({
label: 'Open in Admin Portal',
url: 'https://example.com',
});
{
"componentLinkButton": {
"linkButtonLabel": "Open in Admin Portal",
"linkButtonUrl": "https://example.com"
}
}
Was this page helpful?
