Constructors
constructor
- new StructRow<T>(parent, rowIndex): StructRow<T>
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"]
}
toString
- toString(): string
Returns string