গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > ব্লক রেন্ডারিং > ক্ষেত্র
ব্লক রেন্ডারিং।ফিল্ড ক্লাস
রেন্ডারিংয়ের সময় একটি ক্ষেত্র যে স্থান নেয় সে সম্পর্কে তথ্য ধারণকারী একটি বস্তু
স্বাক্ষর:
export declare class Field extends Measurable
প্রসারিত: পরিমাপযোগ্য
কনস্ট্রাক্টর
বৈশিষ্ট্য
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-08 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `blockRendering.Field` class stores information about the space a field occupies during the rendering process in Blockly."],["It inherits from the `Measurable` class and contains properties like `field`, `flipRtl`, `height`, `isEditable`, `parentInput`, and `width` to manage field rendering attributes."],["The constructor initializes a new `Field` object with specified constants, field, and parent input."],["This class provides a way to represent and control the visual aspects of fields within Blockly's block rendering system."]]],[]]