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

Safe HaskellNone
LanguageHaskell2010

JSDOM.Generated.Range

Synopsis

Documentation

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

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

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

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

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

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

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

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

newtype Range Source #

Functions for this inteface are in JSDOM.Range.

Mozilla Range documentation

Constructors

Range 

Fields

Instances
PToJSVal Range Source # 
Instance details

Defined in JSDOM.Types

Methods

pToJSVal :: Range -> JSVal #

PFromJSVal Range Source # 
Instance details

Defined in JSDOM.Types

Methods

pFromJSVal :: JSVal -> Range #

ToJSVal Range Source # 
Instance details

Defined in JSDOM.Types

FromJSVal Range Source # 
Instance details

Defined in JSDOM.Types

MakeObject Range Source # 
Instance details

Defined in JSDOM.Types

Methods

makeObject :: Range -> JSM Object #

IsGObject Range Source # 
Instance details

Defined in JSDOM.Types

Methods

typeGType :: Range -> JSM GType