গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ব্লকলি > ইনপুট > ইনপুট > রিমুভফিল্ড
এই ইনপুট থেকে একটি ক্ষেত্র সরান।
স্বাক্ষর:
removeField(name: string, opt_quiet?: boolean): boolean;
পরামিতি
প্যারামিটার | টাইপ | বর্ণনা |
---|
নাম | স্ট্রিং | মাঠের নাম। |
অপট_শান্ত | বুলিয়ান | (ঐচ্ছিক) ক্ষেত্র উপস্থিত না থাকলে একটি ত্রুটি প্রতিরোধ করার জন্য সত্য। |
রিটার্ন:
বুলিয়ান
অপারেশন সফল হলে সত্য, ক্ষেত্র উপস্থিত না থাকলে মিথ্যা এবং opt_quiet সত্য।
ব্যতিক্রম
{ ত্রুটি } যদি ক্ষেত্রটি উপস্থিত না থাকে এবং opt_quiet মিথ্যা হয়।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-06 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-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `removeField` method removes a field, specified by its name, from a Blockly input."],["If `opt_quiet` is true, the method will not throw an error if the field is not found, but it will return `false`."],["If `opt_quiet` is false (or omitted) and the specified field is not found, the method will throw an error."],["This method is part of the `Blockly.inputs.Input` class, used for managing input fields within Blockly blocks."]]],[]]