Constructors
constructor
- new StructRow<T>(parent: Data<Struct<T>>, rowIndex: number): StructRow<T>
Type parameters
Parameters
parent: Data<Struct<T>>
rowIndex: number
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"][]
Returns T[string]["TValue"][]
toJSON
- toJSON(): { [ P in string]: T[P]["TValue"] }
Returns { [ P in string]: T[P]["TValue"] }