Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
KeyboardTesterState
Interface KeyboardTesterState
interface
KeyboardTesterState
{
scores
?:
{
[
id
:
string
]
:
number
;
}
;
testedInputs
?:
{
[
key
:
string
]
:
string
;
}
;
topScore
?:
number
;
}
Index
Properties
scores?
tested
Inputs?
top
Score?
Properties
Optional
scores
scores
?:
{
[
id
:
string
]
:
number
;
}
Type declaration
[
id
:
string
]:
number
Optional
tested
Inputs
tested
Inputs
?:
{
[
key
:
string
]
:
string
;
}
Type declaration
[
key
:
string
]:
string
Optional
top
Score
top
Score
?:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
scores
tested
Inputs
top
Score
Theia TypeDoc
Loading...