Module
Web.DOM.StyleSheetList
- Package
- purescript-web-cssom
- Repository
- purescript-web/purescript-web-cssom
#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
data StyleSheetList
#CSSStyleSheet Source
data CSSStyleSheet