⚠️ You are reading documentation for an OLD version (v2.20.0). The current released version is v2.173.1. View latest documentation →
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnumerationDefinitionOptions

Hierarchy

Properties

Optional category

category: FieldCategory

Optional coerce

coerce: function

Type declaration

    • (value: any): any
    • Parameters

      • value: any

      Returns any

Optional decode

decode: function

Type declaration

    • (stream: BinaryStream): EnumItem
    • Parameters

      • stream: BinaryStream

      Returns EnumItem

Optional defaultValue

defaultValue: EnumItem

Optional encode

encode: function

Type declaration

enumValues

enumValues: any

Optional lengthInBits

lengthInBits: number

name

name: string

Optional typedEnum

typedEnum: any

Generated using TypeDoc