What does the @ symbol mean?

For example, msg.post("@render:", ...).

I recognize : as suffix for collection and # as prefix for component. In the example above, it looks like render takes the place of a collection (but it is not a collection) and the @ is tacked on as a prefix.

@ is socket right?

I’m not sure what the technical term for the @ is here but it is used to reach places that are part of the engine like @system too.

4 Likes

It seems to me the whole “@render” is the socket.

I’ve always wondered about this too, btw.

1 Like