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

Contents

Description

 

Synopsis

Exported types

Methods

getDisabled

getMedia

data DOMHTMLStyleElementGetMediaMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLStyleElement a) => MethodInfo * DOMHTMLStyleElementGetMediaMethodInfo a signature Source # 

Methods

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

getSheet

getTypeAttr

data DOMHTMLStyleElementGetTypeAttrMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLStyleElement a) => MethodInfo * DOMHTMLStyleElementGetTypeAttrMethodInfo a signature Source # 

Methods

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

setDisabled

data DOMHTMLStyleElementSetDisabledMethodInfo Source #

Instances

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

Methods

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

setMedia

data DOMHTMLStyleElementSetMediaMethodInfo Source #

Instances

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

Methods

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

setTypeAttr

data DOMHTMLStyleElementSetTypeAttrMethodInfo Source #

Instances

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

Methods

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

Properties

disabled

data DOMHTMLStyleElementDisabledPropertyInfo Source #

Instances

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

dOMHTMLStyleElementDisabled :: AttrLabelProxy "disabled" Source #

media

data DOMHTMLStyleElementMediaPropertyInfo Source #

Instances

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

dOMHTMLStyleElementMedia :: AttrLabelProxy "media" Source #

nonce

data DOMHTMLStyleElementNoncePropertyInfo Source #

Instances

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

dOMHTMLStyleElementNonce :: AttrLabelProxy "nonce" Source #

sheet

data DOMHTMLStyleElementSheetPropertyInfo Source #

Instances

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

dOMHTMLStyleElementSheet :: AttrLabelProxy "sheet" Source #

type

data DOMHTMLStyleElementTypePropertyInfo Source #

Instances

AttrInfo DOMHTMLStyleElementTypePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLStyleElementTypePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLStyleElementTypePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLStyleElementTypePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLStyleElementTypePropertyInfo :: *

type AttrLabel DOMHTMLStyleElementTypePropertyInfo :: Symbol

type AttrOrigin DOMHTMLStyleElementTypePropertyInfo :: *

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

dOMHTMLStyleElementType :: AttrLabelProxy "type" Source #