Skip to main content

Model tree

DatabaseCreateBody

The body of a create-database request.

DatabaseParent

Where a database lives.

InitialDataSource

The first data source created alongside a new database.

PropertyConfiguration

One column of a data source.

EmptyConfig

A column type with nothing to configure. This object has no settable fields.

NumberConfig

How a number column is displayed.

SelectConfig

The options of a select or multi-select column.

SelectOption

One option of a select or multi-select column.

StatusConfig

The options of a status column.

StatusOption

One option of a status column, which also belongs to a group.

FormulaConfig

The expression a formula column evaluates.

RelationConfig

Which data source a relation column points at, and whether it is mirrored.

SinglePropertyRelation

A relation that does not show up on the related data source. This object has no settable fields.

DualPropertyRelation

A relation mirrored by a property on the related data source.

RollupConfig

What a rollup column gathers and how it aggregates it.

UniqueIdConfig

The prefix shown before an auto-incrementing ID.

DatabaseUpdateBody

The body of an update-database request.

SelectColor