blockly > serialization > procedures > State

serialization.procedures.State interface

Represents the state of a procedure model.

Signature:

export interface State 

Properties

Property Modifiers Type Description
id string
name string
parameters? ParameterState[] (Optional)
returnTypes string[] | null