toggle menu
structures
1.4.0
common
switch theme
search in API
structures
/
ink.ui.structures.elements
/
FormattedText
/
Span
/
Text
Text
@
Serializable
@
SerialName
(
value
=
"text"
)
data
class
Text
(
val
text
:
String
)
:
FormattedText.Span
Members
Constructors
Text
Link copied to clipboard
constructor
(
text
:
String
)
Properties
text
Link copied to clipboard
val
text
:
String
Functions
to
Plain
String
Link copied to clipboard
open
fun
toPlainString
(
)
:
String