lynx-testing-environment / LynxElement
Interface: LynxElement
Any Lynx Element, such as view, text, image, etc.
Extends
HTMLElement
Properties
cssId?
The cssId of the element
Defined in
lynx/ElementPAPI.d.ts:24
eventMap?
The map of events bound to the element.
Index Signature
[key: string]: any
Defined in
lynx/ElementPAPI.d.ts:12
firstChild
Returns the first child.
Defined in
lynx/ElementPAPI.d.ts:30
gesture?
The gestures bound to the element.
Index Signature
[key: string]: any
Defined in
lynx/ElementPAPI.d.ts:18
nextSibling
Returns the next sibling.
Defined in
lynx/ElementPAPI.d.ts:36
parentNode
Returns the parent.
Defined in
lynx/ElementPAPI.d.ts:42