IFrame
Show an iframe.
Interface
interface IIFrameField extends IBaseField {
url: string;
height?: string;
}
Example
IFrame
{
"name": "title",
"type": "IFrame",
"url": "{base.urls.detailUrl}?stay=true"
}
Properties
type
Must be “IFrame”.
-
Type:
"IFrame"
-
Required: Yes
url
IFrame url.
-
Type:
string
-
Required: Yes
height
IFrame height.
-
Type:
string
-
Required: No