Skip to main content

ExternalCopyLink

Interfaces

ExternalCopyLinkProps

Properties

PropertyTypeDescriptionDefined in
gap?Responsive<Union<string, "2" | "0" | "1" | "3" | "4" | "5" | "6" | "7" | "8" | "9">>The gap size between the link text and the copy button.manager/components/ExternalCopyLink.tsx:18
hrefundefined | stringThe external target of the link.manager/components/ExternalCopyLink.tsx:16

Functions

default()

default(__namedParameters): Element

The external link component with a copy button.

The link will be opened in a new tab when clicked. The copy button will copy the link address to the clipboard. Wrap the link text within this component.

Parameters

ParameterType
__namedParametersPropsWithChildren<ExternalCopyLinkProps>

Returns

Element

Defined in

manager/components/ExternalCopyLink.tsx:27