TimelineStep

data class TimelineStep(val title: String, val subtitle: String?, val state: StepState, val payload: ImmutableList<Pair<String, String>>)

One node in a StepTimeline: a titled step with an optional subtitle, its state, and an ordered payload of key/value rows revealed beneath the step.

Constructors

Link copied to clipboard
constructor(title: String, subtitle: String?, state: StepState, payload: ImmutableList<Pair<String, String>>)

Properties

Link copied to clipboard
val payload: ImmutableList<Pair<String, String>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard