2018-06-02 10:11:50 +00:00
|
|
|
## API
|
|
|
|
|
|
|
|
### Anchor Props
|
|
|
|
|
|
|
|
| Property | Description | Type | Default |
|
2019-09-28 12:45:07 +00:00
|
|
|
| --- | --- | --- | --- |
|
2018-06-02 10:11:50 +00:00
|
|
|
| affix | Fixed mode of Anchor | boolean | true |
|
|
|
|
| bounds | Bounding distance of anchor area | number | 5(px) |
|
2018-09-05 13:28:54 +00:00
|
|
|
| getContainer | Scrolling container | () => HTMLElement | () => window |
|
2018-06-02 10:11:50 +00:00
|
|
|
| offsetBottom | Pixels to offset from bottom when calculating position of scroll | number | - |
|
|
|
|
| offsetTop | Pixels to offset from top when calculating position of scroll | number | 0 |
|
|
|
|
| showInkInFixed | Whether show ink-balls in Fixed mode | boolean | false |
|
2019-01-23 04:43:15 +00:00
|
|
|
| wrapperClass | The class name of the container | string | - |
|
|
|
|
| wrapperStyle | The style of the container | object | - |
|
2018-06-02 10:11:50 +00:00
|
|
|
|
2018-11-28 02:35:37 +00:00
|
|
|
### Events
|
2019-09-28 12:45:07 +00:00
|
|
|
|
|
|
|
| Events Name | Description | Arguments |
|
|
|
|
| ----------- | --------------------------------------- | -------------------------------- |
|
|
|
|
| click | set the handler to handle `click` event | Function(e: Event, link: Object) |
|
2018-11-28 02:35:37 +00:00
|
|
|
|
2018-06-02 10:11:50 +00:00
|
|
|
### Link Props
|
|
|
|
|
2019-09-28 12:45:07 +00:00
|
|
|
| Property | Description | Type | Default |
|
|
|
|
| -------- | -------------------- | ------------ | ------- |
|
|
|
|
| href | target of hyperlink | string | |
|
|
|
|
| title | content of hyperlink | string\|slot | |
|