Structure to define fields in a table

Hierarchy

  • FieldValues

Constructors

Properties

Methods

Constructors

Properties

columns: string[] = []
values: {
    [key: number]: any;
} = {}

Type declaration

  • [key: number]: any

Methods

  • Adds a field's value to the structure

    Parameters

    • field: string

      name of field

    • value: any

    Returns void

Generated using TypeDoc