If I wanted to add more entities to my custom entity type, how would
I do it?
Using the fruit
example above, assuming it has been registered then to add a new entity
Entity["fruit", "orange"]["color"] = Orange
Orange has been added
EntityList["fruit"]
There is no need to register/unregister, but the PersistentSymbol
will have to be updated.
Is there a way to add an entity type to the autocomplete menu?
There may be, but I don't know how.