def

func:specLibs

specLibs(scope: null)

List Xeto libraries as a list of their dict representation. Is scope is null then return all installed libs (libs not yet loaded will not have their metadata). Otherwise scope must be a filter expression used to filter the dict representation.

Examples:

specLibs()             // all installed libs
specLibs(loaded)       // only libs loaded into memory

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function