gi-webkit-3.0.7: WebKit 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.WebKit.Objects.DOMHTMLTableCellElement

Contents

Description

 

Synopsis

Exported types

Methods

getAbbr

data DOMHTMLTableCellElementGetAbbrMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableCellElement a) => MethodInfo * DOMHTMLTableCellElementGetAbbrMethodInfo a signature Source # 

Methods

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

getAlign

data DOMHTMLTableCellElementGetAlignMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableCellElement a) => MethodInfo * DOMHTMLTableCellElementGetAlignMethodInfo a signature Source # 

Methods

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

getAxis

data DOMHTMLTableCellElementGetAxisMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableCellElement a) => MethodInfo * DOMHTMLTableCellElementGetAxisMethodInfo a signature Source # 

Methods

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

getBgColor

getCellIndex

getCh

data DOMHTMLTableCellElementGetChMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableCellElement a) => MethodInfo * DOMHTMLTableCellElementGetChMethodInfo a signature Source # 

Methods

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

getChOff

data DOMHTMLTableCellElementGetChOffMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableCellElement a) => MethodInfo * DOMHTMLTableCellElementGetChOffMethodInfo a signature Source # 

Methods

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

getColSpan

getHeaders

getHeight

getNoWrap

getRowSpan

getScope

data DOMHTMLTableCellElementGetScopeMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableCellElement a) => MethodInfo * DOMHTMLTableCellElementGetScopeMethodInfo a signature Source # 

Methods

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

getVAlign

getWidth

data DOMHTMLTableCellElementGetWidthMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLTableCellElement a) => MethodInfo * DOMHTMLTableCellElementGetWidthMethodInfo a signature Source # 

Methods

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

setAbbr

data DOMHTMLTableCellElementSetAbbrMethodInfo Source #

Instances

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

Methods

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

setAlign

data DOMHTMLTableCellElementSetAlignMethodInfo Source #

Instances

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

Methods

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

setAxis

data DOMHTMLTableCellElementSetAxisMethodInfo Source #

Instances

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

Methods

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

setBgColor

data DOMHTMLTableCellElementSetBgColorMethodInfo Source #

Instances

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

Methods

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

setCh

data DOMHTMLTableCellElementSetChMethodInfo Source #

Instances

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

Methods

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

setChOff

data DOMHTMLTableCellElementSetChOffMethodInfo Source #

Instances

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

Methods

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

setColSpan

setHeaders

data DOMHTMLTableCellElementSetHeadersMethodInfo Source #

Instances

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

Methods

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

setHeight

data DOMHTMLTableCellElementSetHeightMethodInfo Source #

Instances

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

Methods

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

setNoWrap

setRowSpan

setScope

data DOMHTMLTableCellElementSetScopeMethodInfo Source #

Instances

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

Methods

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

setVAlign

data DOMHTMLTableCellElementSetVAlignMethodInfo Source #

Instances

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

Methods

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

setWidth

data DOMHTMLTableCellElementSetWidthMethodInfo Source #

Instances

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

Methods

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

Properties

abbr

data DOMHTMLTableCellElementAbbrPropertyInfo Source #

Instances

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

dOMHTMLTableCellElementAbbr :: AttrLabelProxy "abbr" Source #

align

data DOMHTMLTableCellElementAlignPropertyInfo Source #

Instances

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

dOMHTMLTableCellElementAlign :: AttrLabelProxy "align" Source #

axis

data DOMHTMLTableCellElementAxisPropertyInfo Source #

Instances

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

dOMHTMLTableCellElementAxis :: AttrLabelProxy "axis" Source #

bgColor

data DOMHTMLTableCellElementBgColorPropertyInfo Source #

Instances

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

dOMHTMLTableCellElementBgColor :: AttrLabelProxy "bgColor" Source #

cellIndex

data DOMHTMLTableCellElementCellIndexPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementCellIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementCellIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementCellIndexPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLTableCellElementCellIndexPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementCellIndexPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementCellIndexPropertyInfo = "cell-index"
type AttrGetType DOMHTMLTableCellElementCellIndexPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementCellIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementCellIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementCellIndexPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMHTMLTableCellElementCellIndex :: AttrLabelProxy "cellIndex" Source #

ch

data DOMHTMLTableCellElementChPropertyInfo Source #

Instances

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

dOMHTMLTableCellElementCh :: AttrLabelProxy "ch" Source #

chOff

data DOMHTMLTableCellElementChOffPropertyInfo Source #

Instances

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

dOMHTMLTableCellElementChOff :: AttrLabelProxy "chOff" Source #

colSpan

data DOMHTMLTableCellElementColSpanPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementColSpanPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementColSpanPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementColSpanPropertyInfo = * ~ CLong
type AttrOrigin DOMHTMLTableCellElementColSpanPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementColSpanPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementColSpanPropertyInfo = "col-span"
type AttrGetType DOMHTMLTableCellElementColSpanPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementColSpanPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementColSpanPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementColSpanPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableCellElementColSpan :: AttrLabelProxy "colSpan" Source #

headers

data DOMHTMLTableCellElementHeadersPropertyInfo Source #

Instances

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

dOMHTMLTableCellElementHeaders :: AttrLabelProxy "headers" Source #

height

data DOMHTMLTableCellElementHeightPropertyInfo Source #

Instances

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

dOMHTMLTableCellElementHeight :: AttrLabelProxy "height" Source #

noWrap

data DOMHTMLTableCellElementNoWrapPropertyInfo Source #

Instances

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

dOMHTMLTableCellElementNoWrap :: AttrLabelProxy "noWrap" Source #

rowSpan

data DOMHTMLTableCellElementRowSpanPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementRowSpanPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementRowSpanPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementRowSpanPropertyInfo = * ~ CLong
type AttrOrigin DOMHTMLTableCellElementRowSpanPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementRowSpanPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementRowSpanPropertyInfo = "row-span"
type AttrGetType DOMHTMLTableCellElementRowSpanPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementRowSpanPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementRowSpanPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementRowSpanPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLTableCellElementRowSpan :: AttrLabelProxy "rowSpan" Source #

scope

data DOMHTMLTableCellElementScopePropertyInfo Source #

Instances

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

dOMHTMLTableCellElementScope :: AttrLabelProxy "scope" Source #

vAlign

data DOMHTMLTableCellElementVAlignPropertyInfo Source #

Instances

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

dOMHTMLTableCellElementVAlign :: AttrLabelProxy "vAlign" Source #

width

data DOMHTMLTableCellElementWidthPropertyInfo Source #

Instances

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

dOMHTMLTableCellElementWidth :: AttrLabelProxy "width" Source #