BulkDelete

data class BulkDelete(val deletedUnits: Map<Int, StoryStep>) : BackstackAction

Deleting many stories

Constructors

Link copied to clipboard
constructor(deletedUnits: Map<Int, StoryStep>)

Properties

Link copied to clipboard