toggle menu
Writeopia
common
switch theme
search in API
writeopia
/
io.writeopia.sdk.model.action
/
BackstackAction
/
Merge
Merge
data
class
Merge
(
val
receiver
:
StoryStep
,
val
sender
:
StoryStep
,
val
positionFrom
:
Int
,
val
positionTo
:
Int
)
:
BackstackAction
Merging a single story
Members
Constructors
Merge
Link copied to clipboard
constructor
(
receiver
:
StoryStep
,
sender
:
StoryStep
,
positionFrom
:
Int
,
positionTo
:
Int
)
Properties
position
From
Link copied to clipboard
val
positionFrom
:
Int
position
To
Link copied to clipboard
val
positionTo
:
Int
receiver
Link copied to clipboard
val
receiver
:
StoryStep
sender
Link copied to clipboard
val
sender
:
StoryStep