jsaddle-dom-0.9.4.1: DOM library that uses jsaddle to support both GHCJS and GHC

Safe HaskellNone
LanguageHaskell2010

JSDOM.Generated.CSSValue

Synopsis

Documentation

pattern CSS_INHERIT :: forall a. (Eq a, Num a) => a Source #

pattern CSS_PRIMITIVE_VALUE :: forall a. (Eq a, Num a) => a Source #

pattern CSS_VALUE_LIST :: forall a. (Eq a, Num a) => a Source #

pattern CSS_CUSTOM :: forall a. (Eq a, Num a) => a Source #

newtype CSSValue Source #

Functions for this inteface are in JSDOM.CSSValue.

Mozilla CSSValue documentation

Constructors

CSSValue 

Fields

Instances
PToJSVal CSSValue Source # 
Instance details

Defined in JSDOM.Types

Methods

pToJSVal :: CSSValue -> JSVal #

PFromJSVal CSSValue Source # 
Instance details

Defined in JSDOM.Types

Methods

pFromJSVal :: JSVal -> CSSValue #

ToJSVal CSSValue Source # 
Instance details

Defined in JSDOM.Types

FromJSVal CSSValue Source # 
Instance details

Defined in JSDOM.Types

MakeObject CSSValue Source # 
Instance details

Defined in JSDOM.Types

IsCSSValue CSSValue Source # 
Instance details

Defined in JSDOM.Types

IsGObject CSSValue Source # 
Instance details

Defined in JSDOM.Types

class IsGObject o => IsCSSValue o Source #

Instances
IsCSSValue CSSValueList Source # 
Instance details

Defined in JSDOM.Types

IsCSSValue CSSValue Source # 
Instance details

Defined in JSDOM.Types

IsCSSValue CSSPrimitiveValue Source # 
Instance details

Defined in JSDOM.Types