Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VariantId

Hierarchy

  • Variant
    • VariantId

Constructors

constructor

  • new VariantId(value: boolean, valueString: string): VariantId
  • Parameters

    • value: boolean
    • valueString: string

    Returns VariantId

Properties

arrayType

arrayType: VariantArrayType

dataType

dataType: DataType

dimensions

dimensions: number[] | null

id

id: TVariant<boolean>

schema

schema: StructuredTypeSchema

value

value: any

Static coerce

coerce: typeof _coerceVariant

Static schema

schema: StructuredTypeSchema

Methods

clone

  • clone(): Variant
  • Returns Variant

decode

  • decode(stream: BinaryStream): void
  • Parameters

    • stream: BinaryStream

    Returns void

decodeDebug

  • decodeDebug(stream: BinaryStream, options: any): void
  • Parameters

    • stream: BinaryStream
    • options: any

    Returns void

encode

isValid

  • isValid(): boolean
  • Returns boolean

toString

  • toString(): string
  • Returns string

Generated using TypeDoc