syncedPropertyId

abstract val syncedPropertyId: String

By default, relations are formed as two synced properties across databases: if you make a change to one property, it updates the synced property at the same time. syncedPropertyId refers to the id of the property in the related database. Like PropertySpec.id, this is usually a short string of random letters and symbols.