Class ClientStepRegistry

java.lang.Object
com.inductiveautomation.ignition.common.util.AbstractChangeable
com.inductiveautomation.sfc.client.api.ClientStepRegistry
All Implemented Interfaces:
Changeable, StepRegistry
Direct Known Subclasses:
ClientStepRegistryImpl

public abstract class ClientStepRegistry extends AbstractChangeable implements StepRegistry, Changeable

The ClientStepRegistry is where you need to add your ClientStepFactory to add a step. You can obtain the ClientStepRegistry via getInstance(ClientContext).

You'll need to do this in both Client and Desginer hooks. In the Designer, you need to also add a StepConfigFactory as well.