xverse-components-action-panel
v1.0.2
Published
xverse components action-panel
Downloads
3
Readme
API
| 参数名 | 类型 | 说明 | 默认值 | 是否必填 | 备注 | | --------------- | ------------- | --------------------------- | ------ | -------- | -------------------------------------------------- | | actions | IActionItem[] | 角色动作配置 | - | true | 最多 4 个且需要配置和 rid 当中数据一致才能读取显示 | | isLoop | boolean | 配置的动作是否循环播放 | - | false | 默认动作不循环播放 | | iconStyle | CSSProperties | 动作 ICON 样式 | - | false | - | | foldIconVisible | boolean | 是否有动作列表展示/隐藏开关 | true | false | 默认为 true | | unfold | boolean | 动作列表默认是否展开 | true | false | 默认为展开 | | closeImageUrl | string | 关闭动作面板图标 | - | false | - | | className | string | 自定义类名 | - | false | - |