Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
blockly > ComponentManager > ComponentDatum
ComponentManager.ComponentDatum arayüzü
Bileşen bilgilerini depolayan bir nesne.
İmza:
interface ComponentDatum
Özellikler
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-29 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-08-29 UTC."],[[["`ComponentDatum` objects store information about individual UI components within Blockly's ComponentManager."],["Each `ComponentDatum` includes the component itself, its capabilities, and a weight value potentially used for prioritization."],["These data objects facilitate the management and organization of UI components within the Blockly workspace."]]],["The `ComponentDatum` interface stores component-related data, featuring three key properties. `capabilities` is an array detailing the component's abilities as strings or `Capability` objects. `component` holds the actual `IComponent` instance. `weight` is a numerical value associated with the component, used for ordering or prioritization. This data is part of the `ComponentManager` within the Blockly library.\n"]]