blockly > WorkspaceSvg > removeTopBoundedElement
Metoda WorkspaceSvg.removeTopBoundedElement()
Usuwa ograniczony element z listy elementów ograniczonych na górze.
Podpis:
removeTopBoundedElement(element: IBoundedElement): void;
Parametry
Parametr |
Typ |
Opis |
element |
IBoundedElement |
Ograniczony element 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-10-11 UTC.
[null,null,["Ostatnia aktualizacja: 2024-10-11 UTC."],[[["The `removeTopBoundedElement` method removes a specific bounded element from the workspace's list of top-level bounded elements."],["This method accepts one argument: the `IBoundedElement` to be removed."],["It does not return any value (void)."]]],[]]