Kuira
Toggle table of contents
0.1.0-alpha05
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
dapp-ui
/
com.midnight.kuira.dapp.backup
/
BackupLaneState
/
Action
Action
data
class
Action
(
val
label
:
String
,
val
cta
:
String
,
val
danger
:
Boolean
=
false
,
val
detail
:
String
?
=
null
)
:
BackupLaneState
Members
Constructors
Action
Link copied to clipboard
constructor
(
label
:
String
,
cta
:
String
,
danger
:
Boolean
=
false
,
detail
:
String
?
=
null
)
Properties
cta
Link copied to clipboard
val
cta
:
String
danger
Link copied to clipboard
val
danger
:
Boolean
=
false
detail
Link copied to clipboard
val
detail
:
String
?
=
null
Optional actionable detail shown under the lane (e.g. a setup hint).
label
Link copied to clipboard
val
label
:
String