compose-multiplatform-html-unified
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-common
/
com.huanshankeji.compose.ui.text
/
AnnotatedString
/
Node
/
Styled
Styled
js
data
class
Styled
(
val
style
:
SpanStyle
,
val
children
:
AnnotatedString.Nodes
)
:
AnnotatedString.Node
(
source
)
Members
Constructors
Styled
Link copied to clipboard
js
constructor
(
style
:
SpanStyle
,
children
:
AnnotatedString.Nodes
)
Properties
children
Link copied to clipboard
js
val
children
:
AnnotatedString.Nodes
style
Link copied to clipboard
js
val
style
:
SpanStyle
Functions
text
Link copied to clipboard
js
open
override
fun
text
(
)
:
String