How to check, what Object is selected

If you have node as the scenenode in question, then node.constructor.name is the name of the the object constructor, i.e., the type of node.

But also see

1 Like