How to avoid duplicate entities?

Does the entity “manager” of the globe have an option of a unique property or similar? I want the globe to deny duplicates with the same id.

I did that already with indexeddb, saving me the code and load of having a logic to filter new records. indexeddb just denies duplicates, which is all i want.