Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["\u003cp\u003eThe \u003ccode\u003eselected\u003c/code\u003e property of the \u003ccode\u003eCssConfig\u003c/code\u003e interface within the \u003ccode\u003eCollapsibleToolboxCategory\u003c/code\u003e namespace defines the CSS class name applied to the category when it is selected.\u003c/p\u003e\n"],["\u003cp\u003eThis property can either be a string containing the CSS class name or \u003ccode\u003enull\u003c/code\u003e if no specific styling is needed for the selected state.\u003c/p\u003e\n"]]],["The `selected` property, part of the `CssConfig` interface within `CollapsibleToolboxCategory`, is defined. It is a string or null value. This property likely represents the CSS class or style to be applied when a toolbox category is selected. The `null` option suggests the absence of a specific selected style. This allows customization for the visual state of a selected category within a toolbox.\n"],null,["[blockly](./blockly.md) \\\u003e [CollapsibleToolboxCategory](./blockly.collapsibletoolboxcategory_namespace.md) \\\u003e [CssConfig](./blockly.collapsibletoolboxcategory_namespace.cssconfig_interface.md) \\\u003e [selected](./blockly.collapsibletoolboxcategory_namespace.cssconfig_interface.selected_propertysignature.md)\n\nCollapsibleToolboxCategory.CssConfig.selected property\n------------------------------------------------------\n\n**Signature:** \n\n selected: string | null;"]]