Preparing search index...
The search index is not available
@niuee/board
@niuee/board
BoardTouchStrategy
Interface BoardTouchStrategy
interface
BoardTouchStrategy
{
alignCoordinateSystem
:
boolean
;
disabled
:
boolean
;
panDisabled
:
boolean
;
rotateDisabled
:
boolean
;
touchStateMachine
:
TouchInputStateMachine
;
zoomDisabled
:
boolean
;
disableStrategy
()
:
void
;
enableStrategy
()
:
void
;
setUp
()
:
void
;
tearDown
()
:
void
;
}
Implemented by
DefaultTouchStrategy
Index
Properties
align
Coordinate
System
disabled
pan
Disabled
rotate
Disabled
touch
State
Machine
zoom
Disabled
Methods
disable
Strategy
enable
Strategy
set
Up
tear
Down
Properties
align
Coordinate
System
alignCoordinateSystem
:
boolean
disabled
disabled
:
boolean
pan
Disabled
panDisabled
:
boolean
rotate
Disabled
rotateDisabled
:
boolean
touch
State
Machine
touchStateMachine
:
TouchInputStateMachine
zoom
Disabled
zoomDisabled
:
boolean
Methods
disable
Strategy
disableStrategy
()
:
void
Returns
void
enable
Strategy
enableStrategy
()
:
void
Returns
void
set
Up
setUp
()
:
void
Returns
void
tear
Down
tearDown
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
align
Coordinate
System
disabled
pan
Disabled
rotate
Disabled
touch
State
Machine
zoom
Disabled
Methods
disable
Strategy
enable
Strategy
set
Up
tear
Down
@niuee/board
Loading...