amis/docs/components/iframe.md

747 B
Executable File

title description type group menuName icon order
iFrame 0 ⚙ 组件 iFrame 51

基本使用

内嵌外部站点,可用 iframe 来实现。

{
    "type": "iframe",
    "src": "https://www.baidu.com"
}

属性表

属性名 类型 默认值 说明
type string "iframe" 指定为 iFrame 渲染器
className string iFrame 的类名
frameBorder Array frameBorder
style object 样式
src string iframe地址