link()
link(
text,target,tooltipMsg?,options?):HTMLAnchorElement
Defined in: ui.ts:613
Creates an <a> element.
Parameters
| Parameter | Type |
|---|---|
text | string |
target | string | object | Function |
tooltipMsg? | string |
options? | string | ElementOptions | null |
Returns
HTMLAnchorElement