Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > OUTPUT_VALUE
Zmienna OUTPUT_VALUE
Podpis:
OUTPUT_VALUE = ConnectionType.OUTPUT_VALUE
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-08-21 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: 2024-08-21 UTC."],[[["`OUTPUT_VALUE` is a constant representing the connection type for output values in Blockly."],["This constant is used to identify and manage connections where blocks produce data that can be used by other blocks."],["It's associated with `ConnectionType`, suggesting a broader system for categorizing block connections in Blockly."]]],["The content defines the `OUTPUT_VALUE` variable within a Blockly context. It specifies that `OUTPUT_VALUE` is a constant representing a connection type. The core information is that `OUTPUT_VALUE` is assigned the value `ConnectionType.OUTPUT_VALUE`, indicating its role as an output value within Blockly's connection system. This is presented through a signature that demonstrates the variable's declaration and type assignment.\n"]]