image()
image(
name,options?):InputBase<string|null>
Defined in: js-api/ui.ts:1204
Image input; the value is the image URL (or data URL).
Parameters
| Parameter | Type |
|---|---|
name | string |
options? | IInputInitOptions<string> |
Returns
InputBase<string | null>