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
Node
js
sealed
class
Node
(
source
)
Inheritors
Text
Styled
Members
Types
Styled
Link copied to clipboard
js
data
class
Styled
(
val
style
:
SpanStyle
,
val
children
:
AnnotatedString.Nodes
)
:
AnnotatedString.Node
Text
Link copied to clipboard
js
data
class
Text
(
val
text
:
String
)
:
AnnotatedString.Node
Functions
text
Link copied to clipboard
js
abstract
fun
text
(
)
:
String