kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom.css
/
CSSRuleList
CSSRule
List
abstract
class
CSSRuleList
:
ItemArrayLike
<
CSSRule
>
,
JsAny
(
source
)
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
?