@slack/types / URLSourceElement
Interface: URLSourceElement
Defined in: block-kit/block-elements.ts:710
Description
A URL source element that displays a URL source for referencing within a task card block.
See
https://docs.slack.dev/reference/block-kit/block-elements/url-source-element
Properties
text
text: string;
Defined in: block-kit/block-elements.ts:724
Description
Display text for the URL.
type
type: "url";
Defined in: block-kit/block-elements.ts:714
Description
The type of element. In this case type is always url.
url
url: string;
Defined in: block-kit/block-elements.ts:719
Description
The URL type source.