Component methods?

I know you can invoke the actionPerformed event of a button by by calling the .doClick() method in script. But are there other methods that can be called on other components? Can’t seem to find any documentation. Not even on the .doClick() method

http://files.inductiveautomation.com/sdk/javadoc/ignition80/8.0.13/com/inductiveautomation/factorypmi/application/components/package-summary.html
Have fun :slight_smile:

http://files.inductiveautomation.com/sdk/javadoc/ignition80/8.0.13/com/inductiveautomation/factorypmi/application/components/PMIButton.html

1 Like