toggle menu
structures
0.12.0
common
switch theme
search in API
structures
/
ink.ui.structures.elements
/
FormattedText
/
Span
/
Strong
Strong
data
class
Strong
(
val
inner
:
List
<
FormattedText.Span
>
)
:
FormattedText.Span.Composite
Members
Constructors
Strong
Link copied to clipboard
constructor
(
inner
:
List
<
FormattedText.Span
>
)
Properties
inner
Link copied to clipboard
open
override
val
inner
:
List
<
FormattedText.Span
>
Functions
to
Plain
String
Link copied to clipboard
open
fun
toPlainString
(
)
:
String