EntityPropertyInfo
Defined in: js-api/src/meta.ts:18
One discovered property. refType and relationKind are answered by platform
types only — a domain-table column carries neither.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description | string | null | - | js-api/src/meta.ts:23 |
friendlyName | string | - | js-api/src/meta.ts:22 |
name | string | - | js-api/src/meta.ts:19 |
refType | string | null | The type this property points at ('User' for UserSession.user), else null. | js-api/src/meta.ts:25 |
relationKind | RELATION_KIND | null | - | js-api/src/meta.ts:26 |
semType | string | null | - | js-api/src/meta.ts:21 |
type | TYPE | - | js-api/src/meta.ts:20 |