Greetings,
I’ve been trying to make a seperate designer component. The java delegate was working this fine like the example of the tag counter.
However there is no example on how to adjust the web designer component. ignition-sdk-examples/rad-designer-components.ts at 06bfb57b725636f63b05d3f9a20782f6c2163225 · inductiveautomation/ignition-sdk-examples · GitHub
I have figured out to register it to the InteractionRegistry.
However no matter what i tried it didnt work… It all just never seemed to register and even run this designer ts file!
So i moved it over to the clients file and it worked! (after adjusting some dependencies in the package and webpack.config file)
perspective-component/web/packages/client/typescript/rad-client-components.ts
Could this be an error in the example? or am i just doing something wrong somewhere ? xd
@PerryAJ @Kevin.Herron