Constructor
new Raw(element)
构造一个代表 element 的原生消息元素。
Parameters:
Properties| Name | Type | Description |
|---|---|---|
element | Native | 原生消息元素。 |
| Name | Type | Description |
|---|---|---|
#element | Native | 原生消息元素。 |
- Source
Methods
getElement() → {Native}
返回该消息元素的 #element 属性。
- Source
Returns:
该消息元素的 #element 属性。
- Type:
- Native
(async) toElement() → {Native}
返回该消息元素所对应的 element 对象。
- Source
Returns:
该消息元素所对应的 element 对象。
- Type:
- Native