For AI agents: the complete documentation index is available at /next/llms.txt, the full documentation bundle is available at /next/llms-full.txt, and this page is available as Markdown at /next/api/lynx-testing-environment/Interface.LynxElement.md.
Lynx
  • English
  • lynx-testing-environment / LynxElement

    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.