kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom.css
/
get
get
JS
inline operator
fun
MediaList
.
get
(
index
:
Int
)
:
String
?
inline operator
fun
StyleSheetList
.
get
(
index
:
Int
)
:
StyleSheet
?
inline operator
fun
CSSRuleList
.
get
(
index
:
Int
)
:
CSSRule
?
inline operator
fun
CSSStyleDeclaration
.
get
(
index
:
Int
)
:
String
?