ant-design-vue/components/back-top/index.en-US.md

17 lines
768 B
Markdown
Raw Normal View History

2018-03-05 11:05:23 +00:00
## API
> The distance to the bottom is set to `50px` by default, which is overridable.
>
> If you decide to use custom styles, please note the size limit: no more than `40px * 40px`.
| Property | Description | Type | Default |
2019-09-28 12:45:07 +00:00
| --- | --- | --- | --- |
2018-03-05 11:05:23 +00:00
| target | specifies the scrollable area dom node | () => HTMLElement | () => window |
| visibilityHeight | the `BackTop` button will not show until the scroll height reaches this value | number | 400 |
### events
2019-09-28 12:45:07 +00:00
| Events Name | Description | Arguments |
| ----------- | -------------------------------------------------------------------- | --------- |
| click | a callback function, which can be executed when you click the button | Function |