const mixinafEfanXtra::EfanXtra

afEfanXtra::EfanXtra

(Service) - Methods for discovering efan components.

component

Source

abstract EfanComponent component(Type componentType)

Returns the component instance for the given type.

get

Source

@Operator
EfanComponent get(Type componentType)

Returns the component instance for the given type.

Convenience / alias for component(...).

library

Source

abstract EfanLibrary library(Str name)

Returns an EfanLibrary by contribution name.

Throws ArgErr if not found.

libraryNames

Source

abstract Str[] libraryNames()

Returns all the names of contributed libraries.