KtGram
Toggle table of contents
7.8.0
js
Platform filter
js
Switch theme
Search in API
KtGram
webapps
/
eu.vendeli.webapps.button
/
MainButtonParams
Main
Button
Params
class
MainButtonParams
(
var
text
:
String
?
=
null
,
var
color
:
String
?
=
null
,
var
textColor
:
String
?
=
null
,
var
hasShineEffect
:
Boolean
?
=
null
,
var
isActive
:
Boolean
?
=
null
,
var
isVisible
:
Boolean
?
=
null
)
(
source
)
Members
Constructors
Main
Button
Params
Link copied to clipboard
constructor
(
text
:
String
?
=
null
,
color
:
String
?
=
null
,
textColor
:
String
?
=
null
,
hasShineEffect
:
Boolean
?
=
null
,
isActive
:
Boolean
?
=
null
,
isVisible
:
Boolean
?
=
null
)
Properties
color
Link copied to clipboard
var
color
:
String
?
has
Shine
Effect
Link copied to clipboard
var
hasShineEffect
:
Boolean
?
is
Active
Link copied to clipboard
var
isActive
:
Boolean
?
is
Visible
Link copied to clipboard
var
isVisible
:
Boolean
?
text
Link copied to clipboard
var
text
:
String
?
text
Color
Link copied to clipboard
var
textColor
:
String
?