iconImage()
iconImage(
name,path,handler?,tooltipMsg?,options?):HTMLElement
Defined in: js-api/ui.ts:272
An icon with a background image: [path] is a URL, an absolute path, a data URI, or a file name under /images/.
Parameters
| Parameter | Type | Default value |
|---|---|---|
name | string | undefined |
path | string | undefined |
handler | ((this, ev) => any) | null | null |
tooltipMsg | string | null | null |
options | ElementOptions | null | null |
Returns
HTMLElement