HTMLObjectElement$Typings extension

on

Properties

addEventListener → ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Overload accessor: $1, $2
no setter
align String

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

@deprecated
getter/setter pair
archive String

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

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

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

@deprecated
getter/setter pair
checkValidity bool Function()

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

getter/setter pair
code String

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Sets or retrieves the URL of the file containing the compiled Java class. @deprecated
getter/setter pair
codeBase String

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Sets or retrieves the URL of the component. @deprecated
getter/setter pair
codeType String

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Sets or retrieves the Internet media type for the code associated with the object. @deprecated
getter/setter pair
contentDocument Document?

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Retrieves the document object of the page or frame.
no setter
contentWindow WindowProxy?

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

MDN Reference
no setter
data String

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Sets or retrieves the URL that references the data of the object.
getter/setter pair
declare bool

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

@deprecated
getter/setter pair
form HTMLFormElement?

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Retrieves a reference to the form that the object is embedded in.
no setter
getSVGDocument Document? Function()

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

getter/setter pair
height String

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Sets or retrieves the height of the object.
getter/setter pair
hspace num

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

@deprecated
getter/setter pair
name String

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

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})

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Overload accessor: $1, $2
no setter
reportValidity bool Function()

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

getter/setter pair
setCustomValidity ↔ void Function(String)

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

getter/setter pair
standby String

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Sets or retrieves a message to be displayed while an object is loading. @deprecated
getter/setter pair
type String

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Sets or retrieves the MIME type of the object.
getter/setter pair
useMap String

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Sets or retrieves the URL, often with a bookmark extension (#name), to use as a client-side image map.
getter/setter pair
validationMessage String

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

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

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Returns a ValidityState object that represents the validity states of an element.
no setter
vspace num

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

@deprecated
getter/setter pair
width String

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Sets or retrieves the width of the object.
getter/setter pair
willValidate bool

Available on HTMLObjectElement, provided by the HTMLObjectElement$Typings extension

Returns whether an element will successfully validate based on forms validation rules and constraints.
no setter