با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > serialization > procedures > ParameterState
serialization.procedures.InterfaceParameterState
وضعیت یک مدل پارامتر را نشان می دهد.
امضا:
export interface ParameterState
خواص
اموال | اصلاح کننده ها | تایپ کنید | توضیحات |
---|
شناسه | | رشته | |
نام | | رشته | |
انواع؟ | | رشته[] | (اختیاری) |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-10 بهوقت ساعت هماهنگ جهانی."],[[["The `ParameterState` interface represents the state of a parameter model within Blockly's serialization procedures."],["This interface includes properties for the parameter's ID, name, and optionally, its types."],["`ParameterState` is used in Blockly's serialization process for procedures, ensuring accurate representation of parameter information."]]],["The `ParameterState` interface defines the state of a parameter model. It includes three properties: `id`, which is a string; `name`, also a string; and `types`, an optional array of strings. These properties capture the essential information about a parameter, including its unique identifier, name, and potentially its data types.\n"]]