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.DOMHTMLQuoteElement

Contents

Description

 

Synopsis

Exported types

Methods

getCite

data DOMHTMLQuoteElementGetCiteMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLQuoteElement a) => MethodInfo * DOMHTMLQuoteElementGetCiteMethodInfo a signature Source # 

Methods

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

setCite

data DOMHTMLQuoteElementSetCiteMethodInfo Source #

Instances

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

Methods

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

Properties

cite

data DOMHTMLQuoteElementCitePropertyInfo Source #

Instances

AttrInfo DOMHTMLQuoteElementCitePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLQuoteElementCitePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLQuoteElementCitePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLQuoteElementCitePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLQuoteElementCitePropertyInfo :: *

type AttrLabel DOMHTMLQuoteElementCitePropertyInfo :: Symbol

type AttrOrigin DOMHTMLQuoteElementCitePropertyInfo :: *

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

dOMHTMLQuoteElementCite :: AttrLabelProxy "cite" Source #