Constructors

Properties

createdAt?: Date
createdBy?: SimpleUser
createdByUserId?: number
deleted?: boolean
description?: string
foreignColumnId?: number

Foreign Column id

foreignIds?: ForeignId[]

Foreign Ids

foreignIdsById?: {
    [key: string]: ForeignId;
}

Foreign ids

foreignIdsByName?: {
    [key: string]: ForeignId;
}

Foreign ids by name

foreignTableId?: number

Foreign table id referenced

id?: string

Column Id

label: string

Label of the column

name: string

Name of the column

optionCount?: number

Number of options available

options?: Option[]

Options to choose for select and multi-select columns

Type of the column

updatedAt?: Date
updatedBy?: SimpleUser
updatedByUserId?: number
width?: number

Column width for HubDB UI

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

Methods

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