Skip to content

Interface: SyncTableRelation

Defined in: api_types.ts:521

A pointer to a particular property in another sync table.

Properties

inheritPermissions?

optional inheritPermissions: boolean

Defined in: api_types.ts:539

Indicates that permissions should be inherited from this relation using the propertyKey as the item id

Deprecated

use ParentDefinition instead


propertyKey

propertyKey: string

Defined in: api_types.ts:532

The name of the property in the sync table being referenced.


tableName

tableName: string

Defined in: api_types.ts:527

The name of the sync table being referenced.

Note: This is the value of the name field of the table, not the identityName field.