Step

@Serializable
sealed interface Step : Keyable(source)

Inheritors

Types

Link copied to clipboard
@Serializable
value class CommandStepValue(val value: CommandStep) : Step, Keyable
Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable
value class EnumValue(val value: StringStep) : Step
Link copied to clipboard
@Serializable
value class InputStepValue(val value: InputStep) : Step, Keyable

Properties

Link copied to clipboard
abstract val key: String?