StepState

class StepState(var status: StepStatus, val title: () -> String)

Step state

Constructors

Link copied to clipboard
constructor(status: StepStatus, title: () -> String)

Properties

Link copied to clipboard
Link copied to clipboard
val title: () -> String

Functions

Link copied to clipboard
operator fun component1(): StepStatus
Link copied to clipboard
operator fun component2(): String