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

Contents

Description

 

Synopsis

Exported types

Methods

getCompact

data DOMHTMLUListElementGetCompactMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLUListElement a) => MethodInfo * DOMHTMLUListElementGetCompactMethodInfo a signature Source # 

Methods

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

getTypeAttr

data DOMHTMLUListElementGetTypeAttrMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLUListElement a) => MethodInfo * DOMHTMLUListElementGetTypeAttrMethodInfo a signature Source # 

Methods

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

setCompact

data DOMHTMLUListElementSetCompactMethodInfo Source #

Instances

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

Methods

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

setTypeAttr

data DOMHTMLUListElementSetTypeAttrMethodInfo Source #

Instances

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

Methods

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

Properties

compact

data DOMHTMLUListElementCompactPropertyInfo Source #

Instances

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

dOMHTMLUListElementCompact :: AttrLabelProxy "compact" Source #

type

data DOMHTMLUListElementTypePropertyInfo Source #

Instances

AttrInfo DOMHTMLUListElementTypePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLUListElementTypePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLUListElementTypePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLUListElementTypePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLUListElementTypePropertyInfo :: *

type AttrLabel DOMHTMLUListElementTypePropertyInfo :: Symbol

type AttrOrigin DOMHTMLUListElementTypePropertyInfo :: *

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

dOMHTMLUListElementType :: AttrLabelProxy "type" Source #