image()
image(
src,width,height,options?):HTMLDivElement
Defined in: ui.ts:598
Example: https://public.datagrok.ai/js/samples/ui/components/image
Parameters
| Parameter | Type |
|---|---|
src | string |
width | number |
height | number |
options? | { target?: string | Function; tooltipMsg?: string; } |
options.target? | string | Function |
options.tooltipMsg? | string |
Returns
HTMLDivElement