iframe()
iframe(
options?):HTMLIFrameElement
Defined in: ui.ts:565
Example: https://public.datagrok.ai/js/samples/ui/components/iframe
Parameters
| Parameter | Type |
|---|---|
options? | { height?: string; src?: string; width?: string; } |
options.height? | string |
options.src? | string |
options.width? | string |
Returns
HTMLIFrameElement