| Property | Type | Description |
|---|---|---|
children? | React.ReactNode | |
className? | string | |
hoverUnderlineNone? | boolean | Determines whether the link shows an underline on hover. |
onClick? | React.MouseEventHandler | Event handler emitted when the element is clicked. |
targetBlank? | boolean | Will trigger browser default new window behavior on click. |
to? | history.LocationDescriptor | |
type? | CoreLinkType | Sets display variant type. Overlay for usage on images or masks; Inherit to inherit text color for default display. One of: Default, Inherit, Overlay |