IHubExternalActionLink

Interface

action link interface for linking to an external source

Extends

Properties

Property Type Notes
href string

specifies the URL of the linked resource, which can be set as an absolute or relative path.

kind "external"
label Inherited string

translated action label - used for the visible label and/or the underlyiing a11y label

target Optional "_blank"

specifies where to open the link

description Optional Inherited string

translated action description

icon Optional Inherited string

action icon

showLabel Optional Inherited string

whether the label should be shown in the UI or just be used for the underlying a11y label


Interface defined in common/src/core/types/ActionLinks.ts:46