পদ্ধতি স্বাক্ষর MeetMainStageClient.loadSidePanel
অ্যাড-অন ম্যানিফেস্ট থেকে সাইড প্যানেল ইউআরএলে সেট করা iframe উত্স সহ সাইড প্যানেল iframe খোলে৷
স্বাক্ষর
loadSidePanel(): Promise<void>;
বিস্তারিত
রিটার্নস
Promise<void>
,
অ্যাড-অন ম্যানিফেস্ট থেকে সাইড প্যানেল ইউআরএলে সেট করা iframe উত্স সহ সাইড প্যানেল iframe খোলে৷
স্বাক্ষর
loadSidePanel(): Promise<void>;
বিস্তারিত
রিটার্নস
Promise<void>
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Opens a side panel using the URL specified in the add-on's manifest file."],["Uses the `loadSidePanel()` function which returns a promise indicating completion."],["The function has no optional parameters."]]],["The function `loadSidePanel()` opens a side panel iframe. The iframe's source URL is defined in the add-on manifest. This action is asynchronous, returning a `Promise\u003cvoid\u003e` that resolves when the side panel is loaded. The function has no optional parameters and its purpose is solely to display the side panel.\n"]]