با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > blockRendering > InlineInput
یک شی حاوی اطلاعاتی در مورد فضایی که یک ورودی درون خطی در طول رندر اشغال می کند.
امضا:
export declare class InlineInput extends InputConnection
گسترش می یابد: InputConnection
سازندگان
خواص
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-07 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-07 بهوقت ساعت هماهنگ جهانی."],[[["The `blockRendering.InlineInput` class stores information about the space an inline input occupies during rendering."],["It inherits from the `InputConnection` class and provides properties for connection height and width."],["An `InlineInput` object is created using the constructor, taking constants and input as arguments."]]],["The `InlineInput` class, extending `InputConnection`, stores data about the space occupied by an inline input during block rendering. It's constructed with constants and an input. Key properties include `connectionHeight` and `connectionWidth`, which define the dimensions of the connection area. The class manages rendering information for inline inputs, primarily concerning the spatial footprint of input connections.\n"]]