gi-webkit2webextension-4.0.9: 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.DOMHTMLAreaElement

Contents

Description

 

Synopsis

Exported types

class GObject o => IsDOMHTMLAreaElement o Source #

Methods

getAlt

data DOMHTMLAreaElementGetAltMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementGetAltMethodInfo a signature Source # 

Methods

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

getCoords

data DOMHTMLAreaElementGetCoordsMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementGetCoordsMethodInfo a signature Source # 

Methods

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

getHash

data DOMHTMLAreaElementGetHashMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementGetHashMethodInfo a signature Source # 

Methods

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

getHost

data DOMHTMLAreaElementGetHostMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementGetHostMethodInfo a signature Source # 

Methods

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

getHostname

data DOMHTMLAreaElementGetHostnameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementGetHostnameMethodInfo a signature Source # 

Methods

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

getHref

data DOMHTMLAreaElementGetHrefMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementGetHrefMethodInfo a signature Source # 

Methods

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

getNoHref

data DOMHTMLAreaElementGetNoHrefMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementGetNoHrefMethodInfo a signature Source # 

Methods

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

getPathname

data DOMHTMLAreaElementGetPathnameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementGetPathnameMethodInfo a signature Source # 

Methods

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

getPort

data DOMHTMLAreaElementGetPortMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementGetPortMethodInfo a signature Source # 

Methods

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

getProtocol

data DOMHTMLAreaElementGetProtocolMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementGetProtocolMethodInfo a signature Source # 

Methods

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

getSearch

data DOMHTMLAreaElementGetSearchMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementGetSearchMethodInfo a signature Source # 

Methods

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

getShape

data DOMHTMLAreaElementGetShapeMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementGetShapeMethodInfo a signature Source # 

Methods

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

getTarget

data DOMHTMLAreaElementGetTargetMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementGetTargetMethodInfo a signature Source # 

Methods

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

setAlt

data DOMHTMLAreaElementSetAltMethodInfo Source #

Instances

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

Methods

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

setCoords

data DOMHTMLAreaElementSetCoordsMethodInfo Source #

Instances

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

Methods

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

setHref

data DOMHTMLAreaElementSetHrefMethodInfo Source #

Instances

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

Methods

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

setNoHref

data DOMHTMLAreaElementSetNoHrefMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLAreaElement a) => MethodInfo * DOMHTMLAreaElementSetNoHrefMethodInfo a signature Source # 

Methods

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

setShape

data DOMHTMLAreaElementSetShapeMethodInfo Source #

Instances

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

Methods

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

setTarget

data DOMHTMLAreaElementSetTargetMethodInfo Source #

Instances

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

Methods

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

Properties

alt

data DOMHTMLAreaElementAltPropertyInfo Source #

Instances

AttrInfo DOMHTMLAreaElementAltPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLAreaElementAltPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLAreaElementAltPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLAreaElementAltPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLAreaElementAltPropertyInfo :: *

type AttrLabel DOMHTMLAreaElementAltPropertyInfo :: Symbol

type AttrOrigin DOMHTMLAreaElementAltPropertyInfo :: *

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

constructDOMHTMLAreaElementAlt :: IsDOMHTMLAreaElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLAreaElementAlt :: AttrLabelProxy "alt" Source #

coords

data DOMHTMLAreaElementCoordsPropertyInfo Source #

Instances

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

dOMHTMLAreaElementCoords :: AttrLabelProxy "coords" Source #

hash

data DOMHTMLAreaElementHashPropertyInfo Source #

Instances

AttrInfo DOMHTMLAreaElementHashPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLAreaElementHashPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLAreaElementHashPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLAreaElementHashPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLAreaElementHashPropertyInfo :: *

type AttrLabel DOMHTMLAreaElementHashPropertyInfo :: Symbol

type AttrOrigin DOMHTMLAreaElementHashPropertyInfo :: *

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

constructDOMHTMLAreaElementHash :: IsDOMHTMLAreaElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLAreaElementHash :: AttrLabelProxy "hash" Source #

host

data DOMHTMLAreaElementHostPropertyInfo Source #

Instances

AttrInfo DOMHTMLAreaElementHostPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLAreaElementHostPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLAreaElementHostPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLAreaElementHostPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLAreaElementHostPropertyInfo :: *

type AttrLabel DOMHTMLAreaElementHostPropertyInfo :: Symbol

type AttrOrigin DOMHTMLAreaElementHostPropertyInfo :: *

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

constructDOMHTMLAreaElementHost :: IsDOMHTMLAreaElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLAreaElementHost :: AttrLabelProxy "host" Source #

hostname

data DOMHTMLAreaElementHostnamePropertyInfo Source #

Instances

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

dOMHTMLAreaElementHostname :: AttrLabelProxy "hostname" Source #

href

data DOMHTMLAreaElementHrefPropertyInfo Source #

Instances

AttrInfo DOMHTMLAreaElementHrefPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLAreaElementHrefPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLAreaElementHrefPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLAreaElementHrefPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLAreaElementHrefPropertyInfo :: *

type AttrLabel DOMHTMLAreaElementHrefPropertyInfo :: Symbol

type AttrOrigin DOMHTMLAreaElementHrefPropertyInfo :: *

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

constructDOMHTMLAreaElementHref :: IsDOMHTMLAreaElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLAreaElementHref :: AttrLabelProxy "href" Source #

noHref

data DOMHTMLAreaElementNoHrefPropertyInfo Source #

Instances

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

dOMHTMLAreaElementNoHref :: AttrLabelProxy "noHref" Source #

origin

data DOMHTMLAreaElementOriginPropertyInfo Source #

Instances

AttrInfo DOMHTMLAreaElementOriginPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLAreaElementOriginPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLAreaElementOriginPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLAreaElementOriginPropertyInfo Source # 
type AttrLabel DOMHTMLAreaElementOriginPropertyInfo Source # 
type AttrLabel DOMHTMLAreaElementOriginPropertyInfo = "origin"
type AttrGetType DOMHTMLAreaElementOriginPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLAreaElementOriginPropertyInfo Source # 
type AttrAllowedOps DOMHTMLAreaElementOriginPropertyInfo Source # 
type AttrAllowedOps DOMHTMLAreaElementOriginPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLAreaElementOrigin :: AttrLabelProxy "origin" Source #

password

data DOMHTMLAreaElementPasswordPropertyInfo Source #

Instances

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

dOMHTMLAreaElementPassword :: AttrLabelProxy "password" Source #

pathname

data DOMHTMLAreaElementPathnamePropertyInfo Source #

Instances

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

dOMHTMLAreaElementPathname :: AttrLabelProxy "pathname" Source #

ping

data DOMHTMLAreaElementPingPropertyInfo Source #

Instances

AttrInfo DOMHTMLAreaElementPingPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLAreaElementPingPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLAreaElementPingPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLAreaElementPingPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLAreaElementPingPropertyInfo :: *

type AttrLabel DOMHTMLAreaElementPingPropertyInfo :: Symbol

type AttrOrigin DOMHTMLAreaElementPingPropertyInfo :: *

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

constructDOMHTMLAreaElementPing :: IsDOMHTMLAreaElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLAreaElementPing :: AttrLabelProxy "ping" Source #

port

data DOMHTMLAreaElementPortPropertyInfo Source #

Instances

AttrInfo DOMHTMLAreaElementPortPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLAreaElementPortPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLAreaElementPortPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLAreaElementPortPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLAreaElementPortPropertyInfo :: *

type AttrLabel DOMHTMLAreaElementPortPropertyInfo :: Symbol

type AttrOrigin DOMHTMLAreaElementPortPropertyInfo :: *

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

constructDOMHTMLAreaElementPort :: IsDOMHTMLAreaElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLAreaElementPort :: AttrLabelProxy "port" Source #

protocol

data DOMHTMLAreaElementProtocolPropertyInfo Source #

Instances

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

dOMHTMLAreaElementProtocol :: AttrLabelProxy "protocol" Source #

rel

data DOMHTMLAreaElementRelPropertyInfo Source #

Instances

AttrInfo DOMHTMLAreaElementRelPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLAreaElementRelPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLAreaElementRelPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLAreaElementRelPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLAreaElementRelPropertyInfo :: *

type AttrLabel DOMHTMLAreaElementRelPropertyInfo :: Symbol

type AttrOrigin DOMHTMLAreaElementRelPropertyInfo :: *

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

constructDOMHTMLAreaElementRel :: IsDOMHTMLAreaElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLAreaElementRel :: AttrLabelProxy "rel" Source #

search

data DOMHTMLAreaElementSearchPropertyInfo Source #

Instances

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

dOMHTMLAreaElementSearch :: AttrLabelProxy "search" Source #

shape

data DOMHTMLAreaElementShapePropertyInfo Source #

Instances

AttrInfo DOMHTMLAreaElementShapePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLAreaElementShapePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLAreaElementShapePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLAreaElementShapePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLAreaElementShapePropertyInfo :: *

type AttrLabel DOMHTMLAreaElementShapePropertyInfo :: Symbol

type AttrOrigin DOMHTMLAreaElementShapePropertyInfo :: *

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

dOMHTMLAreaElementShape :: AttrLabelProxy "shape" Source #

target

data DOMHTMLAreaElementTargetPropertyInfo Source #

Instances

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

dOMHTMLAreaElementTarget :: AttrLabelProxy "target" Source #

username

data DOMHTMLAreaElementUsernamePropertyInfo Source #

Instances

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

dOMHTMLAreaElementUsername :: AttrLabelProxy "username" Source #