@slack/web-api / URLSourceElement
Interface: URLSourceElement
Defined in: packages/types/dist/block-kit/block-elements.d.ts:622
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: packages/types/dist/block-kit/block-elements.d.ts:634
Description
Display text for the URL.
type
type: "url";
Defined in: packages/types/dist/block-kit/block-elements.d.ts:626
Description
The type of element. In this case type is always url.
url
url: string;
Defined in: packages/types/dist/block-kit/block-elements.d.ts:630
Description
The URL type source.