toggle menu
Writeopia
common
switch theme
search in API
plugin:writeopia_presentation
/
io.writeopia.sdk.presentation.model
/
SlidePage
Slide
Page
data
class
SlidePage
(
val
title
:
String
,
val
subTitle
:
String
?
=
null
,
val
imagePath
:
String
?
=
null
,
val
content
:
List
<
StoryStep
>
=
emptyList()
)
Members
Constructors
Slide
Page
Link copied to clipboard
constructor
(
title
:
String
,
subTitle
:
String
?
=
null
,
imagePath
:
String
?
=
null
,
content
:
List
<
StoryStep
>
=
emptyList()
)
Properties
content
Link copied to clipboard
val
content
:
List
<
StoryStep
>
image
Path
Link copied to clipboard
val
imagePath
:
String
?
=
null
sub
Title
Link copied to clipboard
val
subTitle
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String