blockly > Procedures > ObservableProcedureMap > delete
Procedures.ObservableProcedureMap.delete() method
Deletes the ProcedureModel with the given ID from the procedure map (if it exists).
Signature:
delete(id: string): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
id | string |
Returns:
boolean