blockly > IToolbox > init
Initialise la boîte à outils.
Signature :
init(): void;
Renvoie :
vide
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/08/22 (UTC).
[null,null,["Dernière mise à jour le 2024/08/22 (UTC)."],[[["The `init()` method is used to initialize the Blockly toolbox."],["This method doesn't accept any arguments and doesn't return any value."],["It's part of the `IToolbox` interface which handles the toolbox functionalities in Blockly."]]],["The `IToolbox.init()` method is used to initialize the toolbox. This method takes no arguments and returns nothing (void). Its core function is to set up or prepare the toolbox for use. The method signature, `init(): void`, defines its structure, indicating it's a function named \"init\" that doesn't expect input and doesn't produce output.\n"]]