ownerElement property

Element? get ownerElement

The read-only ownerElement property of the Attr interface returns the Element the attribute belongs to.

Implementation

external Element? get ownerElement;