ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
বোতামটি ক্লিক করার সময় একটি কলব্যাক চালু হয়। কলব্যাক বোতাম উইজেট পাস হয়.
disabled
বুলিয়ান, ঐচ্ছিক
বোতামটি নিষ্ক্রিয় কিনা। ডিফল্ট থেকে মিথ্যা.
style
বস্তু, ঐচ্ছিক
এই উইজেটের জন্য সেট করা মান সহ অনুমোদিত CSS শৈলীর একটি বস্তু। একটি খালি বস্তু ডিফল্ট.
imageUrl
স্ট্রিং, ঐচ্ছিক
ঐচ্ছিক ইমেজ url. প্রদান করা হলে, বোতামটি একটি চিত্র হিসাবে রেন্ডার করা হবে এবং মান টেক্সটটি মাউস হভারে দেখানো হবে। শুধুমাত্র ডেটা: gstatic.com থেকে লোড করা url এবং আইকন অনুমোদিত।
[[["সহজে বোঝা যায়","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-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Creates a clickable button widget with customizable text label, click functionality, and appearance."],["Allows setting an optional image for the button, displaying the label text on hover."],["Can be disabled to prevent user interaction."],["Provides flexibility in styling through CSS properties."],["Utilizes a straightforward constructor function for instantiation with various parameters."]]],["The `ui.Button` function creates a clickable button. It accepts optional arguments: `label` (text), `onClick` (callback function on click), `disabled` (boolean to disable), `style` (CSS styling), and `imageUrl` (image for the button). When clicked, the `onClick` callback is triggered, receiving the button widget. The button can be customized with a text label or an image, and its appearance can be altered via CSS. Only specific URLs are allowed for the image.\n"]]