Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
plugin:writeopia_presentation
/
io.writeopia.sdk.presentation.model
Package-level
declarations
Types
Types
Slide
Page
Link copied to clipboard
data
class
SlidePage
(
val
title
:
String
,
val
subTitle
:
String
?
=
null
,
val
imagePath
:
String
?
=
null
,
val
content
:
List
<
StoryStep
>
=
emptyList()
)