lynx-testing-environment / LynxElement
接口: LynxElement
Any Lynx Element, such as view, text, image, etc.
继承
HTMLElement
属性
cssId?
The cssId of the element
定义于
lynx/ElementPAPI.d.ts:24
eventMap?
The map of events bound to the element.
索引签名
[key: string]: any
定义于
lynx/ElementPAPI.d.ts:12
firstChild
Returns the first child.
定义于
lynx/ElementPAPI.d.ts:30
gesture?
The gestures bound to the element.
索引签名
[key: string]: any
定义于
lynx/ElementPAPI.d.ts:18
nextSibling
Returns the next sibling.
定义于
lynx/ElementPAPI.d.ts:36
parentNode
Returns the parent.
定义于
lynx/ElementPAPI.d.ts:42