gi-webkit2webextension-4.0.7: WebKit2-WebExtension bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLElement

Contents

Description

 

Synopsis

Exported types

newtype DOMHTMLElement Source #

Constructors

DOMHTMLElement (ManagedPtr DOMHTMLElement) 

Instances

GObject DOMHTMLElement Source # 
IsObject DOMHTMLElement Source # 
IsDOMObject DOMHTMLElement Source # 
IsDOMNode DOMHTMLElement Source # 
IsDOMHTMLElement DOMHTMLElement Source # 
IsDOMElement DOMHTMLElement Source # 
IsDOMEventTarget DOMHTMLElement Source # 
((~) * info (ResolveDOMHTMLElementMethod t DOMHTMLElement), MethodInfo * info DOMHTMLElement p) => IsLabel t (DOMHTMLElement -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> DOMHTMLElement -> p #

((~) * info (ResolveDOMHTMLElementMethod t DOMHTMLElement), MethodInfo * info DOMHTMLElement p) => IsLabelProxy t (DOMHTMLElement -> p) Source # 
HasAttributeList * DOMHTMLElement Source # 
type SignalList DOMHTMLElement Source # 
type SignalList DOMHTMLElement
type AttributeList DOMHTMLElement Source # 
type AttributeList DOMHTMLElement

class GObject o => IsDOMHTMLElement o Source #

Instances

(GObject a, UnknownAncestorError Constraint DOMHTMLElement a) => IsDOMHTMLElement a Source # 
IsDOMHTMLElement DOMHTMLTableSectionElement Source # 
IsDOMHTMLElement DOMHTMLTableCaptionElement Source # 
IsDOMHTMLElement DOMHTMLScriptElement Source # 
IsDOMHTMLElement DOMHTMLHeadElement Source # 
IsDOMHTMLElement DOMHTMLFormElement Source # 
IsDOMHTMLElement DOMHTMLElement Source # 
IsDOMHTMLElement DOMHTMLAnchorElement Source # 
IsDOMHTMLElement DOMHTMLAppletElement Source # 
IsDOMHTMLElement DOMHTMLAreaElement Source # 
IsDOMHTMLElement DOMHTMLBRElement Source # 
IsDOMHTMLElement DOMHTMLBaseElement Source # 
IsDOMHTMLElement DOMHTMLBaseFontElement Source # 
IsDOMHTMLElement DOMHTMLBodyElement Source # 
IsDOMHTMLElement DOMHTMLButtonElement Source # 
IsDOMHTMLElement DOMHTMLCanvasElement Source # 
IsDOMHTMLElement DOMHTMLDListElement Source # 
IsDOMHTMLElement DOMHTMLDirectoryElement Source # 
IsDOMHTMLElement DOMHTMLDivElement Source # 
IsDOMHTMLElement DOMHTMLEmbedElement Source # 
IsDOMHTMLElement DOMHTMLFieldSetElement Source # 
IsDOMHTMLElement DOMHTMLFontElement Source # 
IsDOMHTMLElement DOMHTMLFrameElement Source # 
IsDOMHTMLElement DOMHTMLFrameSetElement Source # 
IsDOMHTMLElement DOMHTMLHRElement Source # 
IsDOMHTMLElement DOMHTMLHeadingElement Source # 
IsDOMHTMLElement DOMHTMLHtmlElement Source # 
IsDOMHTMLElement DOMHTMLIFrameElement Source # 
IsDOMHTMLElement DOMHTMLImageElement Source # 
IsDOMHTMLElement DOMHTMLInputElement Source # 
IsDOMHTMLElement DOMHTMLLIElement Source # 
IsDOMHTMLElement DOMHTMLLabelElement Source # 
IsDOMHTMLElement DOMHTMLLegendElement Source # 
IsDOMHTMLElement DOMHTMLLinkElement Source # 
IsDOMHTMLElement DOMHTMLMapElement Source # 
IsDOMHTMLElement DOMHTMLMarqueeElement Source # 
IsDOMHTMLElement DOMHTMLMenuElement Source # 
IsDOMHTMLElement DOMHTMLMetaElement Source # 
IsDOMHTMLElement DOMHTMLModElement Source # 
IsDOMHTMLElement DOMHTMLOListElement Source # 
IsDOMHTMLElement DOMHTMLObjectElement Source # 
IsDOMHTMLElement DOMHTMLOptGroupElement Source # 
IsDOMHTMLElement DOMHTMLOptionElement Source # 
IsDOMHTMLElement DOMHTMLParagraphElement Source # 
IsDOMHTMLElement DOMHTMLParamElement Source # 
IsDOMHTMLElement DOMHTMLPreElement Source # 
IsDOMHTMLElement DOMHTMLQuoteElement Source # 
IsDOMHTMLElement DOMHTMLSelectElement Source # 
IsDOMHTMLElement DOMHTMLStyleElement Source # 
IsDOMHTMLElement DOMHTMLTableCellElement Source # 
IsDOMHTMLElement DOMHTMLTableColElement Source # 
IsDOMHTMLElement DOMHTMLTableElement Source # 
IsDOMHTMLElement DOMHTMLTableRowElement Source # 
IsDOMHTMLElement DOMHTMLTextAreaElement Source # 
IsDOMHTMLElement DOMHTMLTitleElement Source # 
IsDOMHTMLElement DOMHTMLUListElement Source # 

Methods

click

data DOMHTMLElementClickMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementClickMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementClickMethodInfo a -> signature -> s

getAccessKey

data DOMHTMLElementGetAccessKeyMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetAccessKeyMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetAccessKeyMethodInfo a -> signature -> s

getChildren

data DOMHTMLElementGetChildrenMethodInfo Source #

Instances

((~) * signature (m DOMHTMLCollection), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetChildrenMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetChildrenMethodInfo a -> signature -> s

dOMHTMLElementGetChildren :: (MonadIO m, IsDOMHTMLElement a) => a -> m DOMHTMLCollection Source #

Deprecated: (Since version 2.10)Use webkit_dom_element_get_children() instead.

getContentEditable

data DOMHTMLElementGetContentEditableMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetContentEditableMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetContentEditableMethodInfo a -> signature -> s

getDir

data DOMHTMLElementGetDirMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetDirMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetDirMethodInfo a -> signature -> s

getInnerHtml

data DOMHTMLElementGetInnerHtmlMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetInnerHtmlMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetInnerHtmlMethodInfo a -> signature -> s

dOMHTMLElementGetInnerHtml :: (MonadIO m, IsDOMHTMLElement a) => a -> m Text Source #

Deprecated: (Since version 2.8)Use webkit_dom_element_get_inner_html() instead.

getInnerText

data DOMHTMLElementGetInnerTextMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetInnerTextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetInnerTextMethodInfo a -> signature -> s

getIsContentEditable

getLang

data DOMHTMLElementGetLangMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetLangMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetLangMethodInfo a -> signature -> s

getOuterHtml

data DOMHTMLElementGetOuterHtmlMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetOuterHtmlMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetOuterHtmlMethodInfo a -> signature -> s

dOMHTMLElementGetOuterHtml :: (MonadIO m, IsDOMHTMLElement a) => a -> m Text Source #

Deprecated: (Since version 2.8)Use webkit_dom_element_get_outer_html() instead.

getOuterText

data DOMHTMLElementGetOuterTextMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetOuterTextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetOuterTextMethodInfo a -> signature -> s

getTabIndex

data DOMHTMLElementGetTabIndexMethodInfo Source #

Instances

((~) * signature (m CLong), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetTabIndexMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetTabIndexMethodInfo a -> signature -> s

getTitle

data DOMHTMLElementGetTitleMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementGetTitleMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementGetTitleMethodInfo a -> signature -> s

setAccessKey

data DOMHTMLElementSetAccessKeyMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetAccessKeyMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetAccessKeyMethodInfo a -> signature -> s

setContentEditable

data DOMHTMLElementSetContentEditableMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetContentEditableMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetContentEditableMethodInfo a -> signature -> s

setDir

data DOMHTMLElementSetDirMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetDirMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetDirMethodInfo a -> signature -> s

dOMHTMLElementSetDir :: (MonadIO m, IsDOMHTMLElement a) => a -> Text -> m () Source #

setInnerHtml

data DOMHTMLElementSetInnerHtmlMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetInnerHtmlMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetInnerHtmlMethodInfo a -> signature -> s

dOMHTMLElementSetInnerHtml :: (MonadIO m, IsDOMHTMLElement a) => a -> Text -> m () Source #

Deprecated: (Since version 2.8)Use webkit_dom_element_set_inner_html() instead.

setInnerText

data DOMHTMLElementSetInnerTextMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetInnerTextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetInnerTextMethodInfo a -> signature -> s

setLang

data DOMHTMLElementSetLangMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetLangMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetLangMethodInfo a -> signature -> s

dOMHTMLElementSetLang :: (MonadIO m, IsDOMHTMLElement a) => a -> Text -> m () Source #

setOuterHtml

data DOMHTMLElementSetOuterHtmlMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetOuterHtmlMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetOuterHtmlMethodInfo a -> signature -> s

dOMHTMLElementSetOuterHtml :: (MonadIO m, IsDOMHTMLElement a) => a -> Text -> m () Source #

Deprecated: (Since version 2.8)Use webkit_dom_element_set_outer_html() instead.

setOuterText

data DOMHTMLElementSetOuterTextMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetOuterTextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetOuterTextMethodInfo a -> signature -> s

setTabIndex

data DOMHTMLElementSetTabIndexMethodInfo Source #

Instances

((~) * signature (CLong -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetTabIndexMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetTabIndexMethodInfo a -> signature -> s

setTitle

data DOMHTMLElementSetTitleMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLElement a) => MethodInfo * DOMHTMLElementSetTitleMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLElementSetTitleMethodInfo a -> signature -> s

dOMHTMLElementSetTitle :: (MonadIO m, IsDOMHTMLElement a) => a -> Text -> m () Source #

Properties

accessKey

data DOMHTMLElementAccessKeyPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementAccessKeyPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementAccessKeyPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementAccessKeyPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementAccessKeyPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementAccessKeyPropertyInfo :: *

type AttrLabel DOMHTMLElementAccessKeyPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementAccessKeyPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementAccessKeyPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrLabel DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrLabel DOMHTMLElementAccessKeyPropertyInfo = "access-key"
type AttrGetType DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementAccessKeyPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementAccessKeyPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMHTMLElementAccessKey :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementAccessKey :: AttrLabelProxy "accessKey" Source #

contentEditable

data DOMHTMLElementContentEditablePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementContentEditablePropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrLabel DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrLabel DOMHTMLElementContentEditablePropertyInfo = "content-editable"
type AttrGetType DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementContentEditablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementContentEditablePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

dOMHTMLElementContentEditable :: AttrLabelProxy "contentEditable" Source #

dir

data DOMHTMLElementDirPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementDirPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementDirPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementDirPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementDirPropertyInfo :: *

type AttrLabel DOMHTMLElementDirPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementDirPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo o => Proxy * DOMHTMLElementDirPropertyInfo -> o -> IO (AttrGetType DOMHTMLElementDirPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo o, AttrSetTypeConstraint DOMHTMLElementDirPropertyInfo b) => Proxy * DOMHTMLElementDirPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo o => Proxy * DOMHTMLElementDirPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo o, AttrSetTypeConstraint DOMHTMLElementDirPropertyInfo b) => Proxy * DOMHTMLElementDirPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMHTMLElementDirPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementDirPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementDirPropertyInfo Source # 
type AttrLabel DOMHTMLElementDirPropertyInfo Source # 
type AttrLabel DOMHTMLElementDirPropertyInfo = "dir"
type AttrGetType DOMHTMLElementDirPropertyInfo Source # 
type AttrGetType DOMHTMLElementDirPropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementDirPropertyInfo = IsDOMHTMLElement
type AttrAllowedOps DOMHTMLElementDirPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementDirPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMHTMLElementDir :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementDir :: AttrLabelProxy "dir" Source #

setDOMHTMLElementDir :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

draggable

data DOMHTMLElementDraggablePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementDraggablePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementDraggablePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementDraggablePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementDraggablePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementDraggablePropertyInfo :: *

type AttrLabel DOMHTMLElementDraggablePropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementDraggablePropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementDraggablePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementDraggablePropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLElementDraggablePropertyInfo Source # 
type AttrLabel DOMHTMLElementDraggablePropertyInfo Source # 
type AttrLabel DOMHTMLElementDraggablePropertyInfo = "draggable"
type AttrGetType DOMHTMLElementDraggablePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementDraggablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementDraggablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementDraggablePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLElementDraggable :: AttrLabelProxy "draggable" Source #

hidden

data DOMHTMLElementHiddenPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementHiddenPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementHiddenPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementHiddenPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementHiddenPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementHiddenPropertyInfo :: *

type AttrLabel DOMHTMLElementHiddenPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementHiddenPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMHTMLElementHiddenPropertyInfo o => Proxy * DOMHTMLElementHiddenPropertyInfo -> o -> IO (AttrGetType DOMHTMLElementHiddenPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMHTMLElementHiddenPropertyInfo o, AttrSetTypeConstraint DOMHTMLElementHiddenPropertyInfo b) => Proxy * DOMHTMLElementHiddenPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMHTMLElementHiddenPropertyInfo o => Proxy * DOMHTMLElementHiddenPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMHTMLElementHiddenPropertyInfo o, AttrSetTypeConstraint DOMHTMLElementHiddenPropertyInfo b) => Proxy * DOMHTMLElementHiddenPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMHTMLElementHiddenPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementHiddenPropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLElementHiddenPropertyInfo Source # 
type AttrLabel DOMHTMLElementHiddenPropertyInfo Source # 
type AttrLabel DOMHTMLElementHiddenPropertyInfo = "hidden"
type AttrGetType DOMHTMLElementHiddenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementHiddenPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementHiddenPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementHiddenPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLElementHidden :: AttrLabelProxy "hidden" Source #

innerText

data DOMHTMLElementInnerTextPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementInnerTextPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementInnerTextPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementInnerTextPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementInnerTextPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementInnerTextPropertyInfo :: *

type AttrLabel DOMHTMLElementInnerTextPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementInnerTextPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementInnerTextPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrLabel DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrLabel DOMHTMLElementInnerTextPropertyInfo = "inner-text"
type AttrGetType DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementInnerTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementInnerTextPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

constructDOMHTMLElementInnerText :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementInnerText :: AttrLabelProxy "innerText" Source #

isContentEditable

data DOMHTMLElementIsContentEditablePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementIsContentEditablePropertyInfo = * ~ ()
type AttrOrigin DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrLabel DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrLabel DOMHTMLElementIsContentEditablePropertyInfo = "is-content-editable"
type AttrGetType DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementIsContentEditablePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementIsContentEditablePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMHTMLElementIsContentEditable :: AttrLabelProxy "isContentEditable" Source #

lang

data DOMHTMLElementLangPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementLangPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementLangPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementLangPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementLangPropertyInfo :: *

type AttrLabel DOMHTMLElementLangPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementLangPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo o => Proxy * DOMHTMLElementLangPropertyInfo -> o -> IO (AttrGetType DOMHTMLElementLangPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo o, AttrSetTypeConstraint DOMHTMLElementLangPropertyInfo b) => Proxy * DOMHTMLElementLangPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo o => Proxy * DOMHTMLElementLangPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo o, AttrSetTypeConstraint DOMHTMLElementLangPropertyInfo b) => Proxy * DOMHTMLElementLangPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMHTMLElementLangPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementLangPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementLangPropertyInfo Source # 
type AttrLabel DOMHTMLElementLangPropertyInfo Source # 
type AttrLabel DOMHTMLElementLangPropertyInfo = "lang"
type AttrGetType DOMHTMLElementLangPropertyInfo Source # 
type AttrGetType DOMHTMLElementLangPropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementLangPropertyInfo = IsDOMHTMLElement
type AttrAllowedOps DOMHTMLElementLangPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementLangPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMHTMLElementLang :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementLang :: AttrLabelProxy "lang" Source #

setDOMHTMLElementLang :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

outerText

data DOMHTMLElementOuterTextPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementOuterTextPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementOuterTextPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementOuterTextPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementOuterTextPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementOuterTextPropertyInfo :: *

type AttrLabel DOMHTMLElementOuterTextPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementOuterTextPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementOuterTextPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrLabel DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrLabel DOMHTMLElementOuterTextPropertyInfo = "outer-text"
type AttrGetType DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementOuterTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementOuterTextPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

constructDOMHTMLElementOuterText :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementOuterText :: AttrLabelProxy "outerText" Source #

spellcheck

data DOMHTMLElementSpellcheckPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementSpellcheckPropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrLabel DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrLabel DOMHTMLElementSpellcheckPropertyInfo = "spellcheck"
type AttrGetType DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementSpellcheckPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementSpellcheckPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLElementSpellcheck :: AttrLabelProxy "spellcheck" Source #

tabIndex

data DOMHTMLElementTabIndexPropertyInfo Source #

Instances

AttrInfo DOMHTMLElementTabIndexPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementTabIndexPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementTabIndexPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementTabIndexPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementTabIndexPropertyInfo :: *

type AttrLabel DOMHTMLElementTabIndexPropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementTabIndexPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementTabIndexPropertyInfo = * ~ CLong
type AttrOrigin DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrLabel DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrLabel DOMHTMLElementTabIndexPropertyInfo = "tab-index"
type AttrGetType DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTabIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTabIndexPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLElementTabIndex :: AttrLabelProxy "tabIndex" Source #

title

data DOMHTMLElementTitlePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementTitlePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementTitlePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementTitlePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementTitlePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementTitlePropertyInfo :: *

type AttrLabel DOMHTMLElementTitlePropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementTitlePropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMHTMLElementTitlePropertyInfo o => Proxy * DOMHTMLElementTitlePropertyInfo -> o -> IO (AttrGetType DOMHTMLElementTitlePropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMHTMLElementTitlePropertyInfo o, AttrSetTypeConstraint DOMHTMLElementTitlePropertyInfo b) => Proxy * DOMHTMLElementTitlePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMHTMLElementTitlePropertyInfo o => Proxy * DOMHTMLElementTitlePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMHTMLElementTitlePropertyInfo o, AttrSetTypeConstraint DOMHTMLElementTitlePropertyInfo b) => Proxy * DOMHTMLElementTitlePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMHTMLElementTitlePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementTitlePropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementTitlePropertyInfo Source # 
type AttrLabel DOMHTMLElementTitlePropertyInfo Source # 
type AttrLabel DOMHTMLElementTitlePropertyInfo = "title"
type AttrGetType DOMHTMLElementTitlePropertyInfo Source # 
type AttrGetType DOMHTMLElementTitlePropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMHTMLElementTitlePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTitlePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTitlePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMHTMLElementTitle :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLElementTitle :: AttrLabelProxy "title" Source #

setDOMHTMLElementTitle :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

translate

data DOMHTMLElementTranslatePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementTranslatePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLElementTranslatePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLElementTranslatePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLElementTranslatePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLElementTranslatePropertyInfo :: *

type AttrLabel DOMHTMLElementTranslatePropertyInfo :: Symbol

type AttrOrigin DOMHTMLElementTranslatePropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLElementTranslatePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementTranslatePropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLElementTranslatePropertyInfo Source # 
type AttrLabel DOMHTMLElementTranslatePropertyInfo Source # 
type AttrLabel DOMHTMLElementTranslatePropertyInfo = "translate"
type AttrGetType DOMHTMLElementTranslatePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementTranslatePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTranslatePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementTranslatePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLElementTranslate :: AttrLabelProxy "translate" Source #

webkitdropzone

data DOMHTMLElementWebkitdropzonePropertyInfo Source #

Instances

AttrInfo DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLElementWebkitdropzonePropertyInfo = * ~ Text
type AttrOrigin DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrLabel DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrLabel DOMHTMLElementWebkitdropzonePropertyInfo = "webkitdropzone"
type AttrGetType DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementWebkitdropzonePropertyInfo Source # 
type AttrAllowedOps DOMHTMLElementWebkitdropzonePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

dOMHTMLElementWebkitdropzone :: AttrLabelProxy "webkitdropzone" Source #