Find out what a component's class name is

I am using the Dynamic Components extension. I'm using the Call DynamicComponents. Create block and I need to know the class name of the components that I will be creating.
If anyone can tell me how to locate the class names of blocks and components, I thank you very much.

Component class names are simply component names.

  1. Another way:
    image

  2. Another way:
    https://github.com/mit-cml/appinventor-sources/tree/master/appinventor/components/src/com/google/appinventor/components/runtime

2 Likes

Thanks yall