blockly > IStyleable > removeStyle
Metoda IStyleable.removeStyle()
Usuwa styl z przyborów. Zwykle służy do zmiany kursora.
Podpis:
removeStyle(style: string): void;
Parametry
Parametr |
Typ |
Opis |
styl |
ciąg znaków |
Nazwa zajęć do usunięcia. |
Zwroty:
nieważne
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-20 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-20 UTC."],[[["The `removeStyle` method is used to remove a style, typically a cursor style, from a Blockly toolbox element."],["It takes one argument: a string representing the name of the style class to remove."],["The method does not return any value (void)."]]],[]]