แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > blockRendering > ลิ้นชัก > constants_
พร็อพเพอร์ตี้ blockRendering.Drawer.constants_
ลายเซ็น:
protected constants_: ConstantProvider;
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-15 UTC
[null,null,["อัปเดตล่าสุด 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"]]