Stay organized with collections
Save and categorize content based on your preferences.
blockly > IStyleable > addStyle
IStyleable.addStyle() method
Adds a style on the toolbox. Usually used to change the cursor.
Signature:
addStyle(style: string): void;
Parameters
Parameter |
Type |
Description |
style |
string |
The name of the class to add. |
Returns:
void
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\u003eaddStyle\u003c/code\u003e method is used to apply a style, typically for cursor changes, within the toolbox.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts a single argument, \u003ccode\u003estyle\u003c/code\u003e, which is a string representing the name of the CSS class to add.\u003c/p\u003e\n"],["\u003cp\u003eThe method does not return any value (\u003ccode\u003evoid\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,["[blockly](./blockly.md) \\\u003e [IStyleable](./blockly.istyleable_interface.md) \\\u003e [addStyle](./blockly.istyleable_interface.addstyle_1_methodsignature.md)\n\nIStyleable.addStyle() method\n----------------------------\n\nAdds a style on the toolbox. Usually used to change the cursor.\n\n**Signature:** \n\n addStyle(style: string): void;\n\nParameters\n----------\n\n| Parameter | Type | Description |\n|-----------|--------|-------------------------------|\n| style | string | The name of the class to add. |\n\n**Returns:**\n\nvoid"]]