Skip to main content
Version: v1

RangeValidationResultKind Enum

The kinds of result of validating a range.

Signature

export declare enum RangeValidationResultKind

Flags

Flag Description
BadPlace
Inverted
PlacesInDifferentTraits
Valid

BadPlace

Signature

BadPlace = "BadPlace"

Inverted

Signature

Inverted = "Inverted"

PlacesInDifferentTraits

Signature

PlacesInDifferentTraits = "PlacesInDifferentTraits"

Valid

Signature

Valid = "Valid"