Hello all! Just recently diving into the deep end of Ignition modules, specifically targeting perspective.
So far so great, but I find myself a bit at a loss in terms of the client side TypeScript interfaces exposed. The javadocs are great for the Gateway side code, but there doesn’t seem to be an equivalent for the client side Perspective interfaces. I’m usually ending up going through the *.d.ts
files under node_modules/@inductiveautomation
with mild success.
Is the recommended way at the moment to go by the *.d.ts
files or are there sources of documentation regarding client-side Perspective module integration?