CLI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CLI
clackt
/
net.stephcraft.clackt
/
StepState
Step
State
class
StepState
(
var
status
:
StepStatus
,
val
title
:
(
)
->
String
)
Step state
Members
Constructors
Step
State
Link copied to clipboard
constructor
(
status
:
StepStatus
,
title
:
(
)
->
String
)
Properties
status
Link copied to clipboard
var
status
:
StepStatus
title
Link copied to clipboard
val
title
:
(
)
->
String
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
StepStatus
component2
Link copied to clipboard
operator
fun
component2
(
)
:
String