frameElement property
Element?
get
frameElement
The Window.frameElement
property
returns the element (such as iframe
or object
)
in which the window is embedded.
Note: Despite this property's name, it works for documents embedded within any embedding point, including
object
,iframe
, orembed
.
Implementation
external Element? get frameElement;