Constructors

Properties

foreignColumnId?: number

The id of the column from another table to which the column refers/points to.

foreignTableId?: number

The id of another table to which the column refers/points to.

id: number

Column Id

label: string

Label of the column

name: string

Name of the column

options: Option[]

Options to choose for select and multi-select columns

Type of the column

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]