Preparing search index...
The search index is not available
@niuee/board
@niuee/board
ReadyToPanViaScrollWheelState
Class ReadyToPanViaScrollWheelState
Hierarchy (
View Summary
)
TemplateState
<
BoardEventMapping
,
BoardContext
,
BoardStates
>
ReadyToPanViaScrollWheelState
Index
Constructors
constructor
Properties
_event
Guards
_guards
Accessors
event
Guards
event
Reactions
guards
Methods
handles
middle
Pointer
Move
Handler
middle
Pointer
Up
Handler
upon
Enter
upon
Leave
Constructors
constructor
new
ReadyToPanViaScrollWheelState
()
:
ReadyToPanViaScrollWheelState
Returns
ReadyToPanViaScrollWheelState
Properties
Protected
_event
Guards
_eventGuards
:
Partial
<
EventGuards
<
BoardEventMapping
,
BoardStates
,
BoardContext
,
Guard
<
BoardContext
,
string
>
,
>
,
>
= {}
Protected
_guards
_guards
:
Guard
<
BoardContext
>
= {}
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
()
:
Partial
<
EventAction
<
BoardEventMapping
,
BoardContext
,
BoardStates
>
,
>
Returns
Partial
<
EventAction
<
BoardEventMapping
,
BoardContext
,
BoardStates
>
>
guards
get
guards
()
:
Guard
<
Context
>
Returns
Guard
<
Context
>
Methods
handles
handles
<
K
extends
keyof
BoardEventMapping
>
(
stateMachine
:
StateMachine
<
BoardEventMapping
,
BoardContext
,
BoardStates
>
,
event
:
K
,
payload
:
BoardEventMapping
[
K
]
,
context
:
BoardContext
,
)
:
BoardStates
Type Parameters
K
extends
keyof
BoardEventMapping
Parameters
stateMachine
:
StateMachine
<
BoardEventMapping
,
BoardContext
,
BoardStates
>
event
:
K
payload
:
BoardEventMapping
[
K
]
context
:
BoardContext
Returns
BoardStates
middle
Pointer
Move
Handler
middlePointerMoveHandler
(
stateMachine
:
StateMachine
<
BoardEventMapping
,
BoardContext
,
BoardStates
>
,
context
:
BoardContext
,
payload
:
PointerEventPayload
,
)
:
BoardStates
Parameters
stateMachine
:
StateMachine
<
BoardEventMapping
,
BoardContext
,
BoardStates
>
context
:
BoardContext
payload
:
PointerEventPayload
Returns
BoardStates
middle
Pointer
Up
Handler
middlePointerUpHandler
(
stateMachine
:
StateMachine
<
BoardEventMapping
,
BoardContext
,
BoardStates
>
,
context
:
BoardContext
,
payload
:
PointerEventPayload
,
)
:
BoardStates
Parameters
stateMachine
:
StateMachine
<
BoardEventMapping
,
BoardContext
,
BoardStates
>
context
:
BoardContext
payload
:
PointerEventPayload
Returns
BoardStates
upon
Enter
uponEnter
(
stateMachine
:
StateMachine
<
BoardEventMapping
,
BoardContext
,
BoardStates
>
,
context
:
BoardContext
,
)
:
void
Parameters
stateMachine
:
StateMachine
<
BoardEventMapping
,
BoardContext
,
BoardStates
>
context
:
BoardContext
Returns
void
upon
Leave
uponLeave
(
stateMachine
:
StateMachine
<
BoardEventMapping
,
BoardContext
,
BoardStates
>
,
context
:
BoardContext
,
)
:
void
Parameters
stateMachine
:
StateMachine
<
BoardEventMapping
,
BoardContext
,
BoardStates
>
context
:
BoardContext
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_event
Guards
_guards
Accessors
event
Guards
event
Reactions
guards
Methods
handles
middle
Pointer
Move
Handler
middle
Pointer
Up
Handler
upon
Enter
upon
Leave
@niuee/board
Loading...