# LinkButton

`function` in `discord-component-embed` · v0.2.2

<https://docs.seedcord.org/packages/discord-component-embed/0.2.2/functions/link-button>

A button that opens a URL. Discord allows only link buttons in a component embed.

```ts
LinkButton(_props: LinkButtonProps): null
```

A button that opens a URL. Discord allows only link buttons in a component embed.

Parameters.

- `_props` `LinkButtonProps`

Returns `null`.
