vite-react
Preparing search index...
src/pages/WordlePage/Keyboard
KeyboardProps
Type Alias KeyboardProps
type
KeyboardProps
=
{
key_outcomes
:
Record
<
string
,
Outcome
>
;
on_key_press
:
(
key
:
string
)
=>
void
;
}
Index
Properties
key_
outcomes
on_
key_
press
Properties
key_
outcomes
key_outcomes
:
Record
<
string
,
Outcome
>
The status of each key.
on_
key_
press
on_key_press
:
(
key
:
string
)
=>
void
Callback that is invoked when a key is pressed.
Type declaration
(
key
:
string
)
:
void
Parameters
key
:
string
the key of the button
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key_
outcomes
on_
key_
press
vite-react
Loading...
The status of each key.