Stay organized with collections
Save and categorize content based on your preferences.
blockly > Procedures > IProcedureBlock > getProcedureModel
Procedures.IProcedureBlock.getProcedureModel() method
Signature:
getProcedureModel(): IProcedureModel;
Returns:
IProcedureModel
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The `getProcedureModel()` method belongs to the `IProcedureBlock` interface within the `Procedures` namespace in Blockly."],["This method is used to retrieve the procedure model associated with a specific procedure block."],["It returns an object of type `IProcedureModel`, which represents the data model for a procedure."]]],["The `getProcedureModel()` method, part of the `IProcedureBlock` interface, is used to retrieve an associated procedure model. It returns an object of type `IProcedureModel`. This method's core function is to link a procedure block to its underlying data model, providing access to the details and structure of the procedure it represents.\n"]]