Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > blockRendering > Panel > constants_
Właściwość blockRendering.Drawer.constants_
Podpis:
protected constants_: ConstantProvider;
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-15 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-10-15 UTC."],[[["`constants_` provides access to rendering constants used by the Drawer class."],["These constants define values like spacing, padding, and other visual measurements for block rendering."],["The `constants_` property is protected and used internally by the Drawer class for consistent block rendering."]]],["The `constants_` property, found within the `blockRendering.Drawer` class, is a protected member. It holds an instance of `ConstantProvider`. This property is central to rendering blocks, as it directly relates to managing and providing constants needed during the block rendering process. It's signature is `protected constants_: ConstantProvider;`\n"]]