List of supported msg objects

Is there a resource that lists all the msg objects that are built into Node-RED. I love perusing this fourm and I always see new objects I never knew existed. It would be nice if there was a list of supported nodes / objects.

Regards

I think I figured out my answer. I believe you will have to look at each node in the editor in help panel to see what msg objects they output. Should have thought of that earlier.

Yes, there is no overall list of supported message properties. A contrib node could send any property it likes. The limit is 254 characters I think, not starting with a dot or a digit, so the choice is quite large.