Last date modified: 2025-Oct-28

Interface: IErrorLinkInformation

Options for displaying a link as part of a full screen error

Properties

link: string

URL for error link.


onclick()?

optionalonclick: () => void

Optional callback invoked when link is clicked.

Returns

void


target

target: string

target property passed directly to anchor element.


text

text: string

Text to display for error link. The error message will be split around this text.

Return to top of the page
Feedback