গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > IASTNodeLocationSvg > setCursorSvg
IASTNodeLocationSvg.setCursorSvg() পদ্ধতি
এই নোডের SVG গ্রুপে কার্সার SVG যোগ করুন।
স্বাক্ষর:
setCursorSvg(cursorSvg: SVGElement | null): void;
পরামিতি
প্যারামিটার | টাইপ | বর্ণনা |
---|
cursorSvg | SVGE উপাদান | নাল | কার্সারের SVG রুট SVG গ্রুপে যোগ করতে হবে। |
রিটার্ন:
অকার্যকর
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `setCursorSvg` method adds an SVG cursor element to a node's SVG group within Blockly's Abstract Syntax Tree (AST) visual representation."],["It accepts a single parameter, `cursorSvg`, which can be an SVGElement or null, representing the root of the cursor SVG to be added."],["Calling this method updates the visual representation of the AST node by including the specified cursor SVG."]]],[]]