toggle menu
Writeopia
common
switch theme
search in API
writeopia
/
io.writeopia.sdk.model.action
/
BackstackAction
/
Erase
Erase
data
class
Erase
(
val
erasedStep
:
StoryStep
,
val
receivingStep
:
StoryStep
?
,
val
erasedPosition
:
Int
,
val
receivingPosition
:
Int
?
)
:
BackstackAction
Deleting a single story
Members
Constructors
Erase
Link copied to clipboard
constructor
(
erasedStep
:
StoryStep
,
receivingStep
:
StoryStep
?
,
erasedPosition
:
Int
,
receivingPosition
:
Int
?
)
Properties
erased
Position
Link copied to clipboard
val
erasedPosition
:
Int
erased
Step
Link copied to clipboard
val
erasedStep
:
StoryStep
receiving
Position
Link copied to clipboard
val
receivingPosition
:
Int
?
receiving
Step
Link copied to clipboard
val
receivingStep
:
StoryStep
?