@maxgraph/core
    Preparing search index...

    Variable DIRECTION_MASKConst

    DIRECTION_MASK: { ALL: 15; EAST: 8; NONE: 0; NORTH: 2; SOUTH: 4; WEST: 1 } = ...

    Bitwise mask for all directions.

    Type declaration

    • ReadonlyALL: 15

      All directions.

    • ReadonlyEAST: 8
    • ReadonlyNONE: 0

      No direction.

    • ReadonlyNORTH: 2
    • ReadonlySOUTH: 4
    • ReadonlyWEST: 1