@maxgraph/core
Preparing search index...
constants
DIRECTION_MASK
Variable DIRECTION_MASK
Const
DIRECTION_MASK
:
{
ALL
:
15
;
EAST
:
8
;
NONE
:
0
;
NORTH
:
2
;
SOUTH
:
4
;
WEST
:
1
}
= ...
Bitwise mask for all directions.
Type declaration
Readonly
ALL
:
15
All directions.
Readonly
EAST
:
8
Readonly
NONE
:
0
No direction.
Readonly
NORTH
:
2
Readonly
SOUTH
:
4
Readonly
WEST
:
1
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@maxgraph/core
Loading...
Bitwise mask for all directions.