xverse-components-floating-input
v1.0.4
Published
xverse components floating-input
Downloads
6
Readme
API
| 参数名 | 类型 | 说明 | 默认值 | 是否必填 | 备注 | | -------------- | --------------------- | ------------------ | ------ | -------- | ---- | | checkCSA | boolean | 是否通过 CSA 检查 | - | false | - | | defaultValue | string | 默认值 | - | false | - | | maxLength | number | 最大值 | - | false | - | | inputTypes | string | 输入项的类型 | - | false | - | | sendBtnText | string | 发送按钮文字 | - | false | - | | placeholder | string | 引导文案 | - | false | - | | sendBtnClsName | string | 发送按钮 classname | - | false | - | | container | HTMLElement | | - | false | - | | onSend | (val: string) => void | 发送的回调 | - | false | - | | onCheckError | (val: any) => void | 发送敏感消息的回调 | - | false | - | | onClose | () => void | 主动关闭的回调 | - | false | - |