HTMLObjectElement$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
-
align
↔ String
-
@deprecated
getter/setter pair
-
archive
↔ String
-
Sets or retrieves a character string that can be used to implement your own archive functionality for the object.
@deprecated
getter/setter pair
-
border
↔ String
-
@deprecated
getter/setter pair
-
checkValidity
↔ bool Function()
-
getter/setter pair
-
code
↔ String
-
Sets or retrieves the URL of the file containing the compiled Java class.
@deprecated
getter/setter pair
-
codeBase
↔ String
-
Sets or retrieves the URL of the component.
@deprecated
getter/setter pair
-
codeType
↔ String
-
Sets or retrieves the Internet media type for the code associated with the object.
@deprecated
getter/setter pair
-
contentDocument
→ Document?
-
Retrieves the document object of the page or frame.
no setter
-
contentWindow
→ WindowProxy?
-
MDN Reference
no setter
-
data
↔ String
-
Sets or retrieves the URL that references the data of the object.
getter/setter pair
-
declare
↔ bool
-
@deprecated
getter/setter pair
-
form
→ HTMLFormElement?
-
Retrieves a reference to the form that the object is embedded in.
no setter
-
getSVGDocument
↔ Document? Function()
-
getter/setter pair
-
height
↔ String
-
Sets or retrieves the height of the object.
getter/setter pair
-
hspace
↔ num
-
@deprecated
getter/setter pair
-
name
↔ String
-
Sets or retrieves the name of the object.
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
-
reportValidity
↔ bool Function()
-
getter/setter pair
-
setCustomValidity
↔ void Function(String)
-
getter/setter pair
-
standby
↔ String
-
Sets or retrieves a message to be displayed while an object is loading.
@deprecated
getter/setter pair
-
type
↔ String
-
Sets or retrieves the MIME type of the object.
getter/setter pair
-
useMap
↔ String
-
Sets or retrieves the URL, often with a bookmark extension (#name), to use as a client-side image map.
getter/setter pair
-
validationMessage
→ String
-
Returns the error message that would be displayed if the user submits the form, or an empty string if no error message. It also triggers the standard error message, such as "this is a required field". The result is that the user sees validation messages without actually submitting.
no setter
-
validity
→ ValidityState
-
Returns a ValidityState object that represents the validity states of an element.
no setter
-
vspace
↔ num
-
@deprecated
getter/setter pair
-
width
↔ String
-
Sets or retrieves the width of the object.
getter/setter pair
-
willValidate
→ bool
-
Returns whether an element will successfully validate based on forms validation rules and constraints.
no setter