element

abstract var element: Element(source)

Returns element corresponding to that node. Change of the element changes the corresponding element in the structure.

When detached (that happens only when the corresponding place is removed) holds the last element it was holding. After detaching, the node just stores the element that can be changed. And the changing won't modify the structure the node was detached from.