Skip to main content

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

PropertyTypeDescriptionDefined in
descriptionstring | null-js-api/src/meta.ts:23
friendlyNamestring-js-api/src/meta.ts:22
namestring-js-api/src/meta.ts:19
refTypestring | nullThe type this property points at ('User' for UserSession.user), else null.js-api/src/meta.ts:25
relationKindRELATION_KIND | null-js-api/src/meta.ts:26
semTypestring | null-js-api/src/meta.ts:21
typeTYPE-js-api/src/meta.ts:20