nextNode 属性

  1. @JSName('nextSibling')
Node? nextNode

下一个兄弟节点。

其他资源

实现

@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;