gi-webkit2webextension-4.0.24: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLFieldSetElement

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLFieldSetElement o) => IsDOMHTMLFieldSetElement o Source #

Type class for types which can be safely cast to DOMHTMLFieldSetElement, for instance with toDOMHTMLFieldSetElement.

toDOMHTMLFieldSetElement :: (MonadIO m, IsDOMHTMLFieldSetElement o) => o -> m DOMHTMLFieldSetElement Source #

Cast to DOMHTMLFieldSetElement, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

getForm

dOMHTMLFieldSetElementGetForm Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

form

No description available in the introspection data.

getDOMHTMLFieldSetElementForm :: (MonadIO m, IsDOMHTMLFieldSetElement o) => o -> m DOMHTMLFormElement Source #

Get the value of the “form” property. When overloading is enabled, this is equivalent to

get dOMHTMLFieldSetElement #form