previousNode property

Node? previousNode
@JSName('previousSibling')

The previous sibling node.

Other resources

Implementation

@JSName('previousSibling')

/**
 * The previous sibling node.
 *
 * ## Other resources
 *
 * * [Node.previousSibling](https://developer.mozilla.org/en-US/docs/Web/API/Node.previousSibling)
 *   from MDN.
 */

Node? get previousNode native;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-html/Node/previousNode.html