গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ব্লকলি > ব্লক রেন্ডারিং > ইনপুটরো
একটি সারি সম্পর্কে তথ্য ধারণকারী একটি বস্তু যা এক বা একাধিক ইনপুট ধারণ করে।
স্বাক্ষর:
export declare class InputRow extends Row
প্রসারিত: সারি
কনস্ট্রাক্টর
বৈশিষ্ট্য
সম্পত্তি | সংশোধক | টাইপ | বর্ণনা |
---|
সংযুক্ত ব্লক প্রস্থ | | সংখ্যা | এই সারির সাথে সংযুক্ত সমস্ত ব্লকের মোট প্রস্থ। |
পদ্ধতি
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `blockRendering.InputRow` class, extending the `Row` class, stores information about a row containing one or more inputs in a Blockly block."],["It includes properties like `connectedBlockWidths`, representing the total width of connected blocks, and methods like `measure()` for size calculations and `endsWithElemSpacer()` for layout checks."],["This class is crucial for organizing and rendering input elements within Blockly blocks, ensuring proper alignment and visual representation."]]],["The `InputRow` class, extending `Row`, manages rows containing inputs within a block rendering system. It is constructed with constants and tracks the combined width of all connected blocks via the `connectedBlockWidths` property. Core actions include measuring the row's subcomponents to determine its overall size with the `measure()` method. Additionally it can check if a row ends with an element spacer using the method `endsWithElemSpacer()`.\n"]]