1100+
添桌按钮组件。
不支持
支持通用属性
名称 | 类型 | 默认值 | 必填 | 描述 |
---|---|---|---|---|
value | <string> | - | 否 | 添桌按钮组件的文本 |
支持通用样式
名称 | 类型 | 默认值 | 必填 | 描述 |
---|---|---|---|---|
color | <color> | rgba(0, 0, 0, 0.87) | 否 | 文本颜色 |
font-size | <length> | 37.5px | 否 | 文本尺寸 |
width | <length> | 128px | 否 | 组件宽度 |
height | <length> | 70px | 否 | 组件高度 |
支持通用方法
支持通用事件
名称 | 参数 | 描述 |
---|---|---|
click | MouseEvent 1050+ ,{eventStatusCode: eventStatusCodeValue, eventMessage: eventMessageValue} 1100+ | 组件被点击时触发 eventStatusCode: 添桌操作返回码,0 成功,200 失败 eventMessage: 详细信息 |
<shortcut-button
class="shortcut-button"
value="添加至桌面"
onclick="click()"
></shortcut-button>