toggle menu
structures
1.4.0
common
switch theme
search in API
structures
/
ink.ui.structures.elements
/
FormattedText
/
Span
/
Subscript
Subscript
@
Serializable
@
SerialName
(
value
=
"subscript"
)
data
class
Subscript
(
val
inner
:
List
<
FormattedText.Span
>
)
:
FormattedText.Span.Composite
Members
Constructors
Subscript
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