Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.cssom
/
CSSStyleValue
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
parse
Link copied to clipboard
fun
parse
(
property
:
String
,
cssText
:
String
)
:
CSSStyleValue
MDN Reference
parse
All
Link copied to clipboard
fun
parseAll
(
property
:
String
,
cssText
:
String
)
:
ReadonlyArray
<
CSSStyleValue
>
MDN Reference