Constructors

Properties

allowChildTables?: boolean

Specifies whether child tables can be created

allowPublicApiAccess?: boolean

Specifies whether the table can be read by public without authorization

columnCount?: number

Number of columns including deleted

columns?: Column[]

List of columns in the table

createdAt?: Date

Timestamp at which the table is created

createdBy?: SimpleUser
deleted?: boolean
dynamicMetaTags?: {
    [key: string]: number;
}

Specifies the key value pairs of the metadata fields with the associated column IDs.

enableChildTablePages?: boolean

Specifies creation of multi-level dynamic pages using child tables

id?: string

Id of the table

isOrderedManually?: boolean
label: string

Label of the table

name: string

Name of the table

published?: boolean
publishedAt?: Date

Timestamp at which the table is published recently

rowCount?: number

Number of rows in the table

updatedAt?: Date

Timestamp at which the table is updated recently

updatedBy?: SimpleUser
useForPages?: boolean

Specifies whether the table can be used for creation of dynamic pages

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

Methods

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