interface TokenDetectionMode {
    id: string;
    enabled: boolean;
    range: number;
}

Properties

Properties

id: string

The id of the detection mode, a key from CONFIG.Canvas.detectionModes

enabled: boolean

Whether or not this detection mode is presently enabled

range: number

The maximum range in distance units at which this mode can detect targets. If null, the detection range is unlimited.