xverse-components-bullet-panel
v1.0.1
Published
xverse components bullet-panel
Downloads
8
Readme
API
| 参数名 | 类型 | 说明 | 默认值 | 是否必填 | 备注 | | --------------- | -------------------------- | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------- | -------- | ---------------------- | | duration | number | 持续时长(单位:hm): item 移动的总时长 | - | true | - | | intervalTime | number | 间隔时长(单位:hm): 间隔多次时间出现下一个 | - | true | - | | totalLine | number | 弹幕总行数,会影响弹幕展示的位置,非必传 | - | false | - | | bulletItem | IBulletItemProps | 弹幕消息 | - | false | - | | barrageIconShow | string | 弹幕显示时的 icon | https://console-appasset-1258211750.file.myqcloud.com/20/image/55b2bbda4898469c8eb69515ba5c0827/buttle-show-icon.png | false | - | | barrageIconHide | string | 弹幕隐藏时的 icon | https://console-appasset-1258211750.file.myqcloud.com/20/image/e2ba30804b674b3aa26dab8371788d09/buttle-hide-icon.png | false | - | | barrageInput | CSSProperties | 弹幕输入框样色 | - | false | - | | configs | string | 弹幕配置 | - | false | 头像+内容 | | className | string | 自定义类名 | - | false | - | | isRestart | boolean | | - | true | - | | style | CSSProperties | | - | false | - | | onHandleSend | (content?: string) => void | 点击发送 | - | false | 外部处理发送消息的逻辑 |