blockly > ComponentManager > Capacité
Propriété ComponentManager.Capability
Signature :
static Capability: typeof Capability;
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/08/29 (UTC).
[null,null,["Dernière mise à jour le 2024/08/29 (UTC)."],[[["`ComponentManager.Capability` is a static property that provides access to the `Capability` class or enum."],["This property is used for managing and interacting with different capabilities within the Blockly component system."],["Users can utilize this property to reference or work with specific capabilities offered by components."]]],["The `ComponentManager.Capability` property is a static member within the `ComponentManager` class. Its type is `typeof Capability`, indicating it provides access to the `Capability` type itself. This property likely allows interaction or instantiation of `Capability` objects directly through the `ComponentManager` class.\n"]]