Preparing search index...
The search index is not available
@niuee/board
@niuee/board
ReadyToSelectState
Class ReadyToSelectState
The ready to select state of the keyboard mouse and trackpad input state machine.
Hierarchy (
View Summary
)
TemplateState
<
KmtInputEventMapping
,
SelectionContext
,
ReadyToSelectStatePossibleTargetStates
,
>
ReadyToSelectState
Index
Constructors
constructor
Properties
_event
Guards
_guards
left
Pointer
Move
Accessors
event
Guards
event
Reactions
guards
Methods
handles
upon
Enter
upon
Leave
Constructors
constructor
new
ReadyToSelectState
()
:
ReadyToSelectState
Returns
ReadyToSelectState
Properties
Protected
_event
Guards
_eventGuards
:
Partial
<
EventGuards
<
KmtInputEventMapping
,
ReadyToSelectStatePossibleTargetStates
,
SelectionContext
,
Guard
<
SelectionContext
,
string
>
,
>
,
>
= {}
Protected
_guards
_guards
:
Guard
<
SelectionContext
>
= {}
left
Pointer
Move
leftPointerMove
:
any
= ...
Accessors
event
Guards
get
eventGuards
()
:
Partial
<
EventGuards
<
EventPayloadMapping
,
States
,
Context
,
Guard
<
Context
,
string
>
,
>
,
>
Returns
Partial
<
EventGuards
<
EventPayloadMapping
,
States
,
Context
,
Guard
<
Context
,
string
>
,
>
,
>
event
Reactions
get
eventReactions
()
:
EventReactions
<
KmtInputEventMapping
,
SelectionContext
,
ReadyToSelectStatePossibleTargetStates
,
>
Returns
EventReactions
<
KmtInputEventMapping
,
SelectionContext
,
ReadyToSelectStatePossibleTargetStates
,
>
guards
get
guards
()
:
Guard
<
Context
>
Returns
Guard
<
Context
>
Methods
handles
handles
<
K
extends
keyof
KmtInputEventMapping
>
(
event
:
K
,
payload
:
KmtInputEventMapping
[
K
]
,
context
:
SelectionContext
,
)
:
ReadyToSelectStatePossibleTargetStates
Type Parameters
K
extends
keyof
KmtInputEventMapping
Parameters
event
:
K
payload
:
KmtInputEventMapping
[
K
]
context
:
SelectionContext
Returns
ReadyToSelectStatePossibleTargetStates
upon
Enter
uponEnter
(
context
:
SelectionContext
)
:
void
Parameters
context
:
SelectionContext
Returns
void
upon
Leave
uponLeave
(
context
:
SelectionContext
)
:
void
Parameters
context
:
SelectionContext
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_event
Guards
_guards
left
Pointer
Move
Accessors
event
Guards
event
Reactions
guards
Methods
handles
upon
Enter
upon
Leave
@niuee/board
Loading...
The ready to select state of the keyboard mouse and trackpad input state machine.