kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom.css
/
MediaList
Media
List
JS
abstract
external
class
MediaList
:
ItemArrayLike
<
String
>
Content copied to clipboard
Functions
Properties
Extensions
Functions
append
Medium
Link copied to clipboard
JS
fun
appendMedium
(
medium
:
String
)
Content copied to clipboard
delete
Medium
Link copied to clipboard
JS
fun
deleteMedium
(
medium
:
String
)
Content copied to clipboard
item
Link copied to clipboard
JS
open
override
fun
item
(
index
:
Int
)
:
String
?
Content copied to clipboard
Properties
length
Link copied to clipboard
JS
abstract
val
length
:
Int
Content copied to clipboard
mediaText
Link copied to clipboard
JS
open
var
mediaText
:
String
Content copied to clipboard
Extensions
get
Link copied to clipboard
JS
inline operator
fun
MediaList
.
get
(
index
:
Int
)
:
String
?
Content copied to clipboard