Properties to generate a link

Hierarchy

Properties

className?: string

Optional class

confirmationConfig?: undefined

Optional text overrides for the confirmation pop up.

confirmationMode?: undefined

If set to 'Simple', the action will require confirmation. If set to 'Advanced', action will require confirmation via a confirmation pop up. (default: 'None')

disabled?: boolean

Whether the action is disabled. If set to true, disallows interactions. (default: undefined)

icon?: string | IconName

Optional built in icon. This prop also accepts an img src.

imgAlt?: string

Optional image alt attribute.

label: string

The label of the action.

onClick?: undefined

Callback to emit when a user clicks on the component

openInNewTab?: boolean

If set to true, the link will open in a new tab.

path: LocationDescriptor<unknown>

Where to navigate to when the action is clicked.

Generated using TypeDoc