Blockly wird am 10. November 2025 an die Raspberry Pi Foundation übertragen. Blog und FAQ lesen
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
blockly > Blockierungen
Variable „Blockiert“
Zuordnung von Blocktypnamen zu Blockprototypen
Unterschrift:
Blocks: {
[key: string]: BlockDefinition;
}
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[],["The provided content defines the \"Blocks\" variable within a programming context, likely related to Blockly. It's a dictionary-like structure that maps block type names (represented as strings) to their corresponding block prototype objects. Each block prototype, defined as `BlockDefinition`, holds the configuration and behavior specifications for that specific block type. This mapping is essential for managing and accessing different types of blocks in the system.\n"]]