Canboat ts-pgns
    Preparing search index...

    Function getFieldTypeEnumerationName

    • Retrieves the name of an enumeration value from a specified field type enumeration.

      Parameters

      • enumName: string

        The name of the enumeration to search within.

      • value: number

        The numeric value of the enumeration member to look up.

      Returns undefined | string

      The name of the enumeration member if found; otherwise, undefined.