compose-multiplatform-html-unified
Toggle table of contents
common
js
Target filter
common
js
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-common
/
com.huanshankeji.compose.ui.text
/
AnnotatedStringBuilder
/
append
append
common
js
expect
fun
append
(
text
:
String
)
(
source
)
expect
fun
append
(
char
:
Char
)
:
AnnotatedStringBuilder
(
source
)
expect
fun
append
(
text
:
AnnotatedString
)
(
source
)
actual
fun
append
(
text
:
String
)
(
source
)
actual
fun
append
(
char
:
Char
)
:
AnnotatedStringBuilder
(
source
)
actual
fun
append
(
text
:
AnnotatedString
)
(
source
)