Module

Web.DOM.StyleSheetList

Package
purescript-web-cssom
Repository
purescript-web/purescript-web-cssom

#length Source

length :: StyleSheetList -> Effect Int

The number of items in a StyleSheetList.

#item Source

item :: Int -> StyleSheetList -> Effect (Maybe CSSStyleSheet)

The item in a StyleSheetList at the specified index, or Nothing if no such node exists.

#toArray Source

toArray :: StyleSheetList -> Effect (Array CSSStyleSheet)

The elements of a NodeList represented in an array.

Re-exports from Web.CSSOM.Internal.Types

#StyleSheetList Source

#CSSStyleSheet Source