Graphora API
Preparing search index...
@graphora/interactions
LassoState
Interface LassoState
interface
LassoState
{
active
:
boolean
;
currentScreenPoint
:
ScreenPoint
|
null
;
mode
:
LassoMode
;
pointerId
:
LassoPointerId
|
null
;
screenBounds
:
GraphBounds
|
null
;
screenPoints
:
readonly
ScreenPoint
[]
;
startScreenPoint
:
ScreenPoint
|
null
;
worldBounds
:
GraphBounds
|
null
;
worldPoints
:
readonly
Point
[]
;
}
Index
Properties
active
current
Screen
Point
mode
pointer
Id
screen
Bounds
screen
Points
start
Screen
Point
world
Bounds
world
Points
Properties
Readonly
active
active
:
boolean
Readonly
current
Screen
Point
currentScreenPoint
:
ScreenPoint
|
null
Readonly
mode
mode
:
LassoMode
Readonly
pointer
Id
pointerId
:
LassoPointerId
|
null
Readonly
screen
Bounds
screenBounds
:
GraphBounds
|
null
Readonly
screen
Points
screenPoints
:
readonly
ScreenPoint
[]
Readonly
start
Screen
Point
startScreenPoint
:
ScreenPoint
|
null
Readonly
world
Bounds
worldBounds
:
GraphBounds
|
null
Readonly
world
Points
worldPoints
:
readonly
Point
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
current
Screen
Point
mode
pointer
Id
screen
Bounds
screen
Points
start
Screen
Point
world
Bounds
world
Points
Graphora API
Loading...