component-ktx
6.5.0
component-ktx
/
org.pushingpixels.radiance.component.ktx.ribbon
/
RibbonKeyboardAction
Ribbon
Keyboard
Action
data
class
RibbonKeyboardAction
(
val
actionName
:
String
,
val
actionKeyStroke
:
KeyStroke
,
val
command
:
KCommand
)
Constructors
Properties
Constructors
Ribbon
Keyboard
Action
Link copied to clipboard
fun
RibbonKeyboardAction
(
actionName
:
String
,
actionKeyStroke
:
KeyStroke
,
command
:
KCommand
)
Properties
action
Key
Stroke
Link copied to clipboard
val
actionKeyStroke
:
KeyStroke
action
Name
Link copied to clipboard
val
actionName
:
String
command
Link copied to clipboard
val
command
:
KCommand