使用范围:UI2
Contents
component BackTop ($UI/comp/antd/components/BackTop/BackTop) extends ViewComponent
Constructor Top
BackTop () | |||
BackTop ( options) |
Constructor details
Top
public
BackTop
()
使用场景:当页面内容区域比较长或需要频繁返回顶部查看相关内容时。
使用方法:在页面添加组件后,点击可以回到页面顶部。
public
BackTop
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
BackTop
()
public
BackTop
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项