Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Type Alias ClockwiseSweepEdgeConfig

    ClockwiseSweepEdgeConfig: { mode: 0 | 1 | 2; priority: number }

    Modes:

    • Never (0): The edges of this type are never included.
    • Maybe (1): The edges of this type are tested for inclusion.
    • Always (2): The edges of this type are always included.

    Type Declaration

    • mode: 0 | 1 | 2
    • priority: number