Documentation - v0.32.0
Preparing search index...
@mtcute/node
index
DisabledButton
Interface DisabledButton
A button that does nothing when pressed
interface
DisabledButton
{
style
?:
BotKeyboardButtonStyle
;
text
:
string
;
type
:
"disabled"
;
}
Hierarchy
BotKeyboardButtonBase
DisabledButton
Index
Properties
style?
text
type
Properties
Optional
style
style
?:
BotKeyboardButtonStyle
Style of the button
text
text
:
string
Text of the button
Readonly
type
type
:
"disabled"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
style
text
type
Documentation - v0.32.0
Loading...
A button that does nothing when pressed