How to list all FormJS component type names?

To get all supported component types in FormJS, check the official FormJS documentation or source code, particularly the componentFactory or componentRegistry section. This lists all valid types. You can use this list to filter unsupported components before importing.