KtGram
Toggle table of contents
7.8.0
js
Platform filter
js
Switch theme
Search in API
KtGram
webapps
/
eu.vendeli.webapps.button
/
BottomButton
Bottom
Button
external
class
BottomButton
(
source
)
Members
Members & Extensions
Constructors
Bottom
Button
Link copied to clipboard
constructor
(
)
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
val
isActive
:
Boolean
is
Progress
Visible
Link copied to clipboard
val
isProgressVisible
:
Boolean
is
Visible
Link copied to clipboard
val
isVisible
:
Boolean
text
Link copied to clipboard
val
text
:
String
text
Color
Link copied to clipboard
var
textColor
:
String
type
Link copied to clipboard
val
type
:
BottomButtonType
Functions
disable
Link copied to clipboard
fun
disable
(
)
:
BottomButton
enable
Link copied to clipboard
fun
enable
(
)
:
BottomButton
hide
Link copied to clipboard
fun
hide
(
)
:
BottomButton
hide
Progress
Link copied to clipboard
fun
hideProgress
(
)
:
BottomButton
off
Click
Link copied to clipboard
fun
offClick
(
eventHandler
:
(
)
->
Unit
)
:
BottomButton
on
Click
Link copied to clipboard
fun
onClick
(
eventHandler
:
(
)
->
Unit
)
:
BottomButton
set
Params
Link copied to clipboard
fun
BottomButton
.
setParams
(
block
:
MainButtonParams
.
(
)
->
Unit
)
:
BottomButton
set
Text
Link copied to clipboard
fun
setText
(
text
:
String
)
:
BottomButton
show
Link copied to clipboard
fun
show
(
)
:
BottomButton
show
Progress
Link copied to clipboard
fun
showProgress
(
leaveActive
:
Boolean
=
definedExternally
)
:
BottomButton