lynx-testing-environment / LynxElement

Interface: LynxElement

Any Lynx Element, such as view, text, image, etc.

Lynx Spec Reference

Extends

  • HTMLElement

Properties

cssId?

optional cssId: string;

The cssId of the element

Defined in

lynx/ElementPAPI.d.ts:24


eventMap?

optional eventMap: object;

The map of events bound to the element.

Index Signature

[key: string]: any

Defined in

lynx/ElementPAPI.d.ts:12


firstChild

firstChild: LynxElement;

Returns the first child.

MDN Reference

Defined in

lynx/ElementPAPI.d.ts:30


gesture?

optional gesture: object;

The gestures bound to the element.

Index Signature

[key: string]: any

Defined in

lynx/ElementPAPI.d.ts:18


nextSibling

nextSibling: LynxElement;

Returns the next sibling.

MDN Reference

Defined in

lynx/ElementPAPI.d.ts:36


parentNode

parentNode: LynxElement;

Returns the parent.

MDN Reference

Defined in

lynx/ElementPAPI.d.ts:42

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.