Create Customizer with Property dropdown

What do you mean by "ignition properties"?

Do you want to retrieve:

  1. All bean properties on the component, in a way you can loop over? Use the static methods on BeanInfoFactory
  2. All custom properties on the component, not those that are part of the standard component (check if it's a DynamicPropertyProvider)
  3. Or just specific custom properties by name?