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