ownerDocument property
Document?
get
ownerDocument
inherited
The read-only ownerDocument
property of the Node
interface
returns the top-level document object of the node.
Implementation
external Document? get ownerDocument;