nextNode property
- @JSName.new('nextSibling')
The next sibling node.
Other resources
- Node.nextSiblingfrom MDN.
Implementation
@JSName('nextSibling')/** * The next sibling node. * * ## Other resources * * * [Node.nextSibling](https://developer.mozilla.org/en-US/docs/Web/API/Node.nextSibling) * from MDN. */Node? get nextNode native;