gi-webkit2webextension-4.0.23: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLAnchorElement

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

toDOMHTMLAnchorElement :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m DOMHTMLAnchorElement Source #

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

Methods

getCharset

dOMHTMLAnchorElementGetCharset Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCoords

dOMHTMLAnchorElementGetCoords Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHash

dOMHTMLAnchorElementGetHash Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHost

dOMHTMLAnchorElementGetHost Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHostname

dOMHTMLAnchorElementGetHostname Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHref

dOMHTMLAnchorElementGetHref Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHreflang

dOMHTMLAnchorElementGetHreflang Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLAnchorElementGetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getPathname

dOMHTMLAnchorElementGetPathname Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getPort

dOMHTMLAnchorElementGetPort Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getProtocol

dOMHTMLAnchorElementGetProtocol Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getRel

dOMHTMLAnchorElementGetRel Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getRev

dOMHTMLAnchorElementGetRev Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSearch

dOMHTMLAnchorElementGetSearch Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getShape

dOMHTMLAnchorElementGetShape Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTarget

dOMHTMLAnchorElementGetTarget Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getText

dOMHTMLAnchorElementGetText Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTypeAttr

dOMHTMLAnchorElementGetTypeAttr Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCharset

dOMHTMLAnchorElementSetCharset Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCoords

dOMHTMLAnchorElementSetCoords Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHash

dOMHTMLAnchorElementSetHash Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHost

dOMHTMLAnchorElementSetHost Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHostname

dOMHTMLAnchorElementSetHostname Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHref

dOMHTMLAnchorElementSetHref Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHreflang

dOMHTMLAnchorElementSetHreflang Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLAnchorElementSetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setPathname

dOMHTMLAnchorElementSetPathname Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setPort

dOMHTMLAnchorElementSetPort Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setProtocol

dOMHTMLAnchorElementSetProtocol Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setRel

dOMHTMLAnchorElementSetRel Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setRev

dOMHTMLAnchorElementSetRev Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSearch

dOMHTMLAnchorElementSetSearch Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setShape

dOMHTMLAnchorElementSetShape Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTarget

dOMHTMLAnchorElementSetTarget Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setText

dOMHTMLAnchorElementSetText Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

setTypeAttr

dOMHTMLAnchorElementSetTypeAttr Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLAnchorElement a) 
=> a

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

charset

No description available in the introspection data.

constructDOMHTMLAnchorElementCharset :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “charset” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementCharset :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #charset

setDOMHTMLAnchorElementCharset :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “charset” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #charset := value ]

coords

No description available in the introspection data.

constructDOMHTMLAnchorElementCoords :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “coords” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementCoords :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #coords

setDOMHTMLAnchorElementCoords :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “coords” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #coords := value ]

hash

No description available in the introspection data.

constructDOMHTMLAnchorElementHash :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “hash” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementHash :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #hash

setDOMHTMLAnchorElementHash :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “hash” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #hash := value ]

host

No description available in the introspection data.

constructDOMHTMLAnchorElementHost :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “host” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementHost :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #host

setDOMHTMLAnchorElementHost :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “host” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #host := value ]

hostname

No description available in the introspection data.

constructDOMHTMLAnchorElementHostname :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “hostname” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementHostname :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #hostname

setDOMHTMLAnchorElementHostname :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “hostname” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #hostname := value ]

href

No description available in the introspection data.

constructDOMHTMLAnchorElementHref :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “href” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementHref :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #href

setDOMHTMLAnchorElementHref :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “href” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #href := value ]

hreflang

No description available in the introspection data.

constructDOMHTMLAnchorElementHreflang :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “hreflang” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementHreflang :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #hreflang

setDOMHTMLAnchorElementHreflang :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “hreflang” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #hreflang := value ]

name

No description available in the introspection data.

constructDOMHTMLAnchorElementName :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “name” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementName :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #name

setDOMHTMLAnchorElementName :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “name” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #name := value ]

pathname

No description available in the introspection data.

constructDOMHTMLAnchorElementPathname :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “pathname” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementPathname :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #pathname

setDOMHTMLAnchorElementPathname :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “pathname” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #pathname := value ]

port

No description available in the introspection data.

constructDOMHTMLAnchorElementPort :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “port” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementPort :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #port

setDOMHTMLAnchorElementPort :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “port” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #port := value ]

protocol

No description available in the introspection data.

constructDOMHTMLAnchorElementProtocol :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “protocol” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementProtocol :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #protocol

setDOMHTMLAnchorElementProtocol :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “protocol” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #protocol := value ]

rel

No description available in the introspection data.

constructDOMHTMLAnchorElementRel :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “rel” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementRel :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #rel

setDOMHTMLAnchorElementRel :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “rel” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #rel := value ]

rev

No description available in the introspection data.

constructDOMHTMLAnchorElementRev :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “rev” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementRev :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #rev

setDOMHTMLAnchorElementRev :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “rev” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #rev := value ]

search

No description available in the introspection data.

constructDOMHTMLAnchorElementSearch :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “search” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementSearch :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #search

setDOMHTMLAnchorElementSearch :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “search” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #search := value ]

shape

No description available in the introspection data.

constructDOMHTMLAnchorElementShape :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “shape” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementShape :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #shape

setDOMHTMLAnchorElementShape :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “shape” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #shape := value ]

target

No description available in the introspection data.

constructDOMHTMLAnchorElementTarget :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “target” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementTarget :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #target

setDOMHTMLAnchorElementTarget :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “target” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #target := value ]

text

No description available in the introspection data.

constructDOMHTMLAnchorElementText :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “text” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementText :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #text

setDOMHTMLAnchorElementText :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “text” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #text := value ]

type

No description available in the introspection data.

clearDOMHTMLAnchorElementType :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m () Source #

Set the value of the “type” property to Nothing. When overloading is enabled, this is equivalent to

clear #type

constructDOMHTMLAnchorElementType :: IsDOMHTMLAnchorElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “type” property. This is rarely needed directly, but it is used by new.

getDOMHTMLAnchorElementType :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #type

setDOMHTMLAnchorElementType :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

Set the value of the “type” property. When overloading is enabled, this is equivalent to

set dOMHTMLAnchorElement [ #type := value ]