ReadonlyhrefThe URL that the link will navigate to when clicked.
ReadonlylabelThe text that will be displayed for the link.
Optional ReadonlytargetSpecifies where to open the linked document. Can be:
'_blank': Opens the link in a new tab or window.'_self': Opens the link in the same frame as it was clicked (default).'_parent': Opens the link in the parent frame.'_top': Opens the link in the full body of the window.This property is optional and can be null if no target is specified.
Extends the basic
Linkinterface by adding an optional target attribute, specifying where to open the linked document.