SheetXL - v0.3.20
    Preparing search index...

    Variable validEnumValueConst

    validEnumValue: <T = any>(enumType: any, value: T) => void

    Validates the value is in the object keys.

    Type declaration

      • <T = any>(enumType: any, value: T): void
      • Type Parameters

        • T = any

        Parameters

        • enumType: any

          An enum or object with keys

        • value: T

          A value that must match one of the keys

        Returns void