How to map to an object where I can call it like cfc:myObject?

If I have in wire box the following line of code.

map(“autosuggest”).to("#appMapwithDots#model.utilities.autosuggest");

This works.

This does not

How can I make the later one work?