vapi4k
Toggle table of contents
1.3.2
jvm
Platform filter
jvm
Switch theme
Search in API
vapi4k
vapi4k-core
/
com.vapi4k.dtos.buttons
/
ButtonStateDto
Button
State
Dto
@
Serializable
data
class
ButtonStateDto
(
var
color
:
ButtonColor
?
=
null
,
var
type
:
ButtonType
=
ButtonType.UNSPECIFIED
,
var
title
:
String
=
""
,
var
subtitle
:
String
=
""
,
var
icon
:
String
=
""
)
:
ButtonStateProperties
(
source
)
Members
Constructors
Button
State
Dto
Link copied to clipboard
constructor
(
color
:
ButtonColor
?
=
null
,
type
:
ButtonType
=
ButtonType.UNSPECIFIED
,
title
:
String
=
""
,
subtitle
:
String
=
""
,
icon
:
String
=
""
)
Properties
color
Link copied to clipboard
open
override
var
color
:
ButtonColor
?
icon
Link copied to clipboard
open
override
var
icon
:
String
subtitle
Link copied to clipboard
open
override
var
subtitle
:
String
title
Link copied to clipboard
open
override
var
title
:
String
type
Link copied to clipboard
open
override
var
type
:
ButtonType