Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an IDL Variant

param [fields]

mapping of function name to Type

Hierarchy

Index

Constructors

Properties

_fields: [string, Type<any>][]

Accessors

  • get name(): string

Methods

  • _buildTypeTableImpl(typeTable: TypeTable): void
  • accept<D, R>(v: Visitor<D, R>, d: D): R
  • buildTypeTable(typeTable: TypeTable): void
  • covariant(x: any): x is Record<string, any>
  • display(): string
  • encodeType(typeTable: TypeTable): ArrayBuffer
  • encodeValue(x: Record<string, any>): ArrayBuffer
  • valueToString(x: Record<string, any>): string

Generated using TypeDoc