DomainTableClientOptions
Defined in: js-api/src/domains.ts:529
Options of DomainsDataSource.table. Datetime columns resolve from the domain
registry by default — these overrides exist for legacy generated clients and for
callers that must avoid the registry.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
datetimeColumns? | string[] | OVERRIDE: datetime columns to materialize as dayjs on JSON reads, instead of the registry-resolved set. Dotted '<fk>.<col>' entries cover master-expand fields. | js-api/src/domains.ts:532 |
detailDatetimeColumns? | object | OVERRIDE: datetime columns of 'details:' child rows, keyed by the result field (the child-table name), instead of the registry-resolved set. | js-api/src/domains.ts:535 |