ShareOption收藏我的收藏
收藏
我的收藏属性 | 类型 | 说明 | 最低支持版本 |
channel | string | 分享形式 | 1.0.0 |
from | string | 分享来源 | 1.0.0 |
target | object | 仅当分享来源为 "button"时,会传入 target 属性 { id, dataset, offsetTop, offsetLeft } | 1.0.0 |
webviewUrl | string | 右上角菜单中分享按钮发起分享,如果当前在 webview 组件,那么此字段为对应 webview 的 url,否则为空字符串 | 2.47.0 |
channel
值 | 说明 |
article | 发图文,仅头条 APP 支持 |
token | 口令分享,生成一串特定的字符串文本,仅头条 APP 支持 |
video | 发布视频内容 |
friend_list | 更多面板-分享好友 |
qrcode | 截屏分享 |
live_share | 直播间 pin 小程序 |
- | 其它默认分享形式,值为空字符串 "" |
如果在页面内通过
<button>
组件自定义分享按钮,那么可以设置组件的 data-channel 属性指定 channel,有效值为上述表格中的值。from
值 | 说明 |
menu | 用户从右上角菜单中分享按钮发起分享 |
button | 用户从页面内 button 组件发起分享 |
quick_share | 更多面板-分享好友 |
quick_share_more | 更多面板-分享好友-更多好友 |
screenshot | 截屏分享 |
live_share | 直播间 pin 小程序 |