DomainRow
Defined in: js-api/src/entities/domain.ts:71
A single row of a DomainTable. Its semantic type is the row's entity
type name, '<schema>.<table>' — the string an ObjectHandler keys on to
override rendering per table (see Grit's grit.issue handler).
Constructors
Constructor
new DomainRow(
dart):DomainRow
Defined in: js-api/src/entities/domain.ts:74
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
DomainRow
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
dart | public | any | js-api/src/entities/domain.ts:72 |
Accessors
authorId
Get Signature
get authorId():
string
Defined in: js-api/src/entities/domain.ts:105
Id of the user who last authored the row.
Returns
string
createdOn
Get Signature
get createdOn():
Dayjs|null
Defined in: js-api/src/entities/domain.ts:108
Creation instant (dayjs; null when the wire value is absent).
Returns
Dayjs | null
displayName
Get Signature
get displayName():
string
Defined in: js-api/src/entities/domain.ts:93
Human-facing name: the table's isName column value, falling back to
semValue, then id. Display identity only — addressing
(handles, deep links) stays on semValue/id.
Returns
string
id
Get Signature
get id():
string
Defined in: js-api/src/entities/domain.ts:99
Row id (GUID) — the storage and security identity.