تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
blockly > isSelectable
دالة isSelectable()
للتحقّق مما إذا كان العنصر المحدّد من النوع ISelectable
Signature:
export declare function isSelectable(obj: object): obj is ISelectable;
المعلمات
المَعلمة |
النوع |
الوصف |
obj |
عنصر |
|
المرتجعات:
obj هو ISelectable
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-05-16 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-05-16 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `isSelectable()` function determines if a given object implements the `ISelectable` interface."],["This function accepts an object as input and returns a boolean indicating whether the object is selectable or not."],["The signature is `export declare function isSelectable(obj: Object): obj is ISelectable;` which indicates it is type-guarded to ISelectable."]]],["The `isSelectable()` function determines if an object is an `ISelectable`. It takes a single parameter, `obj`, of type `Object`. The function's signature is `export declare function isSelectable(obj: Object): obj is ISelectable;`. The function returns a boolean value indicating whether the provided object is of type `ISelectable`. The parameter description lacks further detail, but the type `Object` suggest it could be any data type.\n"]]