KtGram
Toggle table of contents
7.8.0
js
Platform filter
js
Switch theme
Search in API
KtGram
webapps
/
eu.vendeli.webapps.button
Package-level
declarations
Types
Functions
Types
Back
Button
Link copied to clipboard
external
interface
BackButton
Bottom
Button
Link copied to clipboard
external
class
BottomButton
Bottom
Button
Type
Link copied to clipboard
enum
BottomButtonType
:
Enum
<
BottomButtonType
>
Main
Button
Params
Link copied to clipboard
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
)
Settings
Button
Link copied to clipboard
external
interface
SettingsButton
Functions
set
Params
Link copied to clipboard
fun
BottomButton
.
setParams
(
block
:
MainButtonParams
.
(
)
->
Unit
)
:
BottomButton