const mixinafEfanXtra::EfanXtra
afEfanXtra::EfanXtra
(Service) - Methods for discovering efan components.
- component
abstract EfanComponent component(Type componentType)Returns the component instance for the given type.
- get
@Operator
EfanComponent get(Type componentType)Returns the component instance for the given type.
Convenience / alias for
component(...).- library
abstract EfanLibrary library(Str name)Returns an
EfanLibraryby contribution name.Throws
ArgErrif not found.- libraryNames
abstract Str[] libraryNames()Returns all the names of contributed libraries.