Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > Zdarzenia > BLOCK_CHANGE
Zmienna Zdarzenia.BLOCK_CHANGE
Podpis:
BLOCK_CHANGE = EventType.BLOCK_CHANGE
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: 2025-05-16 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-05-16 UTC."],[[["`BLOCK_CHANGE` is a constant string representing the event type for changes to a block within Blockly."],["This event is triggered when any attribute of a block is modified, such as its position, field value, connection state, or other properties."],["The value of `BLOCK_CHANGE` is \"change\", which is used for identification and filtering when handling events."]]],["The core information defines `BLOCK_CHANGE` as an event type within a system, likely for a visual programming environment like Blockly. `BLOCK_CHANGE` is specifically identified as representing a \"change\" event. This event type is associated with modifications or alterations made to a block. The signature indicates the event is represented by the string literal, `\"change\"`. It is likely used to track modifications within the system.\n"]]