StepIdentifier

data class StepIdentifier(val chapter: Int, val scene: Int, val step: Int)

Provides an identifier for a step consisting of chapter, scene and step.

Constructors

Link copied to clipboard
constructor(chapter: Int, scene: Int, step: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val scene: Int
Link copied to clipboard
val step: Int

Functions

Link copied to clipboard
open override fun toString(): String