Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia
/
io.writeopia.sdk.model.story
/
Section
Section
data
class
Section
(
val
title
:
String
,
val
content
:
List
<
String
>
)
Members
Constructors
Section
Link copied to clipboard
constructor
(
title
:
String
,
content
:
List
<
String
>
)
Properties
content
Link copied to clipboard
val
content
:
List
<
String
>
title
Link copied to clipboard
val
title
:
String
Functions
as
Text
Link copied to clipboard
fun
asText
(
)
:
String