procedures
Classes
| Class | Description |
|---|---|
| ProcedureSerializer | Serializer for saving and loading procedure state. |
Functions
| Function | Description |
|---|---|
| saveProcedure | Serializes the given IProcedureModel to JSON. |
| loadProcedure | Deserializes the given procedure model State from JSON. |
Interfaces
| Interface | Description |
|---|---|
| State | Represents the state of a procedure model. |
| ParameterState | Represents the state of a parameter model. |