toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom.css
/
CSSRuleList
CSSRule
List
abstract
class
CSSRuleList
:
ItemArrayLike
<
CSSRule
>
,
JsAny
Exposes the JavaScript
CSSRuleList
to Kotlin
Members
Members & Extensions
Constructors
CSSRule
List
Link copied to clipboard
constructor
(
)
Properties
length
Link copied to clipboard
abstract
val
length
:
Int
Functions
as
List
Link copied to clipboard
fun
<
T
:
JsAny
?
>
ItemArrayLike
<
T
>
.
asList
(
)
:
List
<
T
>
item
Link copied to clipboard
open
override
fun
item
(
index
:
Int
)
:
CSSRule
?