blockly > Procedures > IParameterModel
Procedures.IParameterModel interface
A data model for a procedure.
Signature:
export interface IParameterModel
Methods
Method | Description |
|---|---|
Returns the unique language-neutral ID for the parameter. This represents the identify of the variable model which does not change over time. | |
Returns the name of this parameter. | |
Return the types of this parameter. | |
Serializes the state of the parameter to JSON. | |
Sets the name of this parameter to the given name. | |
Sets the procedure model this parameter is associated with. | |
Sets the types of this parameter to the given type. |