با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > blockRendering > StartHat
رابط blockRendering.StartHat
یک شی حاوی اطلاعات اندازه و مسیر در مورد یک کلاه شروع.
امضا:
export interface StartHat
خواص
اموال | اصلاح کننده ها | تایپ کنید | توضیحات |
---|
ارتفاع | | شماره | |
مسیر | | رشته | |
عرض | | شماره | |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-04 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[[["The `blockRendering.StartHat` interface defines the shape and size of a \"start hat\" in Blockly."],["It includes properties for height, width, and an SVG path defining the hat's shape."],["This interface is used within Blockly's block rendering system to visually represent the start of a block."]]],["The `blockRendering.StartHat` interface defines an object with information about a start hat. This object contains three key properties: `height`, which is a numerical value; `path`, a string; and `width`, also a numerical value. These properties collectively describe the dimensions and shape of a start hat within the block rendering context. They provide sizing and path information.\n"]]