blockly > ToolboxCategory > getContents
ToolboxCategory.getContents() method
Gets the contents of the category. These are items that are meant to be displayed in the flyout.
Signature:
getContents(): FlyoutItemInfoArray | string;
Returns:
FlyoutItemInfoArray | string
The definition of items to be displayed in the flyout.
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 `ToolboxCategory.getContents()` method retrieves the items intended for display within the flyout associated with the category."],["It returns a `FlyoutItemInfoArray` or a string that defines the elements to be presented in the flyout."]]],[]]