提交 54ed66bc 编写于 作者: 杨亮

fixed 919521a from https://gitee.com/yangliang36/docs/pulls/14715

update length of emitter data
Signed-off-by: N杨亮 <yangliang36@huawei.com>
Change-Id: Ia67395ed5dfaf6f99774781bd2e75b1f7656d224
上级 b4eb5ebc
...@@ -152,4 +152,4 @@ emitter.emit(innerEvent, eventData); ...@@ -152,4 +152,4 @@ emitter.emit(innerEvent, eventData);
| 名称 | 类型 | 可读 | 可写 | 说明 | | 名称 | 类型 | 可读 | 可写 | 说明 |
| ---- | ------------------ | ---- | ---- | -------------- | | ---- | ------------------ | ---- | ---- | -------------- |
| data | [key: string]: any | 是 | 是 | 发送事件时传递的数据,数据类型支持字符串、整型和布尔型。 | | data | [key: string]: any | 是 | 是 | 发送事件时传递的数据,数据类型支持字符串、整型和布尔型。<br> 其中字符串长度最大为10240字节。 |
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册