nextNode 属性
- @JSName('nextSibling')
下一个兄弟节点。
其他资源
- Node.nextSibling 来自 MDN。
实现
@JSName('nextSibling')
/**
* The next sibling node.
*
* ## Other resources
*
* * [Node.nextSibling](https://mdn.org.cn/en-US/docs/Web/API/Node.nextSibling)
* from MDN.
*/
Node? get nextNode native;