类型参数

  • T extends TypeMap = any

构造函数

  • 类型参数

    • T extends TypeMap = any

    参数

    • parent: Data<Struct<T>>
    • rowIndex: number

    返回 StructRow<T>

方法

  • >
        [
            keyof T,
            { [P in string
            | number
            | symbol]: null | T[P]["TValue"] }[keyof T],
        ],
    >

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

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

  • toString(): string