HTMLFrameElement$Typings extension
Properties
-
addEventListener
→ ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})
-
Overload accessor: $1, $2
no setter
-
contentDocument
→ Document?
-
Retrieves the document object of the page or frame.
no setter
-
contentWindow
→ WindowProxy?
-
Retrieves the object of the specified.
no setter
-
frameBorder
↔ String
-
Sets or retrieves whether to display a border for the frame.
@deprecated
getter/setter pair
-
longDesc
↔ String
-
Sets or retrieves a URI to a long description of the object.
@deprecated
getter/setter pair
-
marginHeight
↔ String
-
Sets or retrieves the top and bottom margin heights before displaying the text in a frame.
@deprecated
getter/setter pair
-
marginWidth
↔ String
-
Sets or retrieves the left and right margin widths before displaying the text in a frame.
@deprecated
getter/setter pair
-
name
↔ String
-
Sets or retrieves the frame name.
@deprecated
getter/setter pair
-
noResize
↔ bool
-
Sets or retrieves whether the user can resize the frame.
@deprecated
getter/setter pair
-
removeEventListener
→ ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})
-
Overload accessor: $1, $2
no setter
-
scrolling
↔ String
-
Sets or retrieves whether the frame can be scrolled.
@deprecated
getter/setter pair
-
src
↔ String
-
Sets or retrieves a URL to be loaded by the object.
@deprecated
getter/setter pair