Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. Node
  4. parent property
parent
description

parent property

  1. @JSName.new('parentElement')
Element? getparent

The parent element of this node.

Returns null if this node either does not have a parent or its parent isnot an element.

Other resources

Implementation

@JSName('parentElement')/** * The parent element of this node. * * Returns null if this node either does not have a parent or its parent is * not an element. * * ## Other resources * * * [Node.parentElement](https://developer.mozilla.org/en-US/docs/Web/API/Node.parentElement) *   from W3C. */Element? get parent native;
  1. Dart
  2. dart:html
  3. Node
  4. parent property
Node class

[8]ページ先頭

©2009-2025 Movatter.jp