kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
compose-html-ext
/
com.varabyte.kobweb.compose.css
/
StyleVariable
/
StringValue
String
Value
class
StringValue
(
name
:
String
,
defaultFallback
:
String
?
=
null
,
prefix
:
String
?
=
null
)
:
StyleVariable
<
StylePropertyString
,
String
>
(
source
)
Represents a
StyleVariable
of a string.
Members
Constructors
String
Value
Link copied to clipboard
constructor
(
name
:
String
,
defaultFallback
:
String
?
=
null
,
prefix
:
String
?
=
null
)
Properties
name
Link copied to clipboard
override
val
name
:
String
Functions
value
Link copied to clipboard
open
override
fun
value
(
fallback
:
String
?
)
:
String
Query this variable's current value.