Skip to content

StyleSheetList

Types

t

A list of StyleSheet. See StyleSheetList on MDN

type t = private {length: int}

Record fields

Values

item

let item: (t, int) => Null.t<WebAPI.StyleSheet.cssStyleSheet>

Parameters

tint

Return type

Stdlib.Null.t<WebAPI.StyleSheet.cssStyleSheet>