Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T: TypeMap = any

Hierarchy

  • StructRow

Index

Constructors

constructor

  • new StructRow<T>(parent: Data<Struct<T>>, rowIndex: number): StructRow<T>

Methods

[iterator]

  • [iterator](): IterableIterator<[keyof T, { [ P in string | number | symbol]: null | T[P]["TValue"] }[keyof T]]>
  • Returns IterableIterator<[keyof T, { [ P in string | number | symbol]: null | T[P]["TValue"] }[keyof T]]>

toArray

  • toArray(): T[string]["TValue"][]

toJSON

  • toJSON(): { [ P in string]: T[P]["TValue"] }

toString

  • toString(): string

Generated using TypeDoc