-
Notifications
You must be signed in to change notification settings - Fork 0
WaypointHandler
Zhexuan Liu edited this page Jun 21, 2018
·
5 revisions
用于调整 waypoint 的属性列表:
<waypointhandler>
<item icon="height_icon" title="Height" on-click={xxx}>{mySotre.height}</item>
<item icon="time_icon" title="Time" on-click={xxx}>{myStore.time}</item>
</waypointhandler>
名称 | 作用 | 必须 | 可否更改 |
---|---|---|---|
icon | 选项的图标文件名称,不含扩展名。Package 资源中需要包含对应的 @2x 以及 @3x 图片,如:"height_icon" | true | false |
title | 选项的标题 | true | false |
text | 选项的详细内容 | true | true |
事件 | 触发条件 | 附带参数 |
---|---|---|
click | 点击某个选项内容 | - |