blockly > Toolbox > id
The unique ID for this component that is used to register with the ComponentManager.
Signature:
id: string;
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.
[null,null,["Last updated 2024-09-18 UTC."],[[["The `id` property of the `Toolbox` class stores a unique identifier."],["This unique ID is utilized for registering the `Toolbox` component with the ComponentManager."]]],["The `Toolbox.id` property is a unique string identifier for a Toolbox component. It is used to register the Toolbox with the ComponentManager. This ID ensures the component can be uniquely identified and managed within the system. It is defined as a string.\n"]]