hx
Extension definition
Secret string managed in password store
System level extension
User account record
Indicates what permissions and access rights the user has
Commit one or more diffs to the folio database
Add new spec or instance to companion lib - see ProjCompanion.add
Parse xeto source to its companion lib AST representation - see ProjCompanion.parse
Create func companion lib AST representation - see ProjCompanion.parseAxon
Print companion AST rec representation back a Xeto string - see ProjCompanion.print
Read a companion spec or instance by name - see ProjCompanion.readByName
Remove a spec or instance from companion lib - see ProjCompanion.remove
Update existing spec or instance in companion lib - see ProjCompanion.update
Get the current context as a Dict with the following tags
Construct a modification "diff" used by commit
Return ext settings dict for given dotted lib name
Update ext settings for given dotted lib name
Return grid of exts
Return Runtime.isSteadyState
Return if given record is under at least one watch
Enable one or more Xeto libs by name
Reload all the xeto libraries in project
Disable or more Xeto libs by name
Return grid of runtime xeto libs and current status
Store a password key/val pair into current project's password store
Return list of installed Fantom pods
Return current project meta as dict
Read from database the first record which matches filter
Reall all records from the database which match the filter
Reall all records which match filter as stream of Dict records
Return the intersection of all tag names used by all the records matching the given filter
Return the range of all the values mapped to a given tag name used by all the records matching the given filter
Read a record from database by id
Given record id, read only the persistent tags from Folio
Given record id, read only the transient tags from Folio
Read a list of record ids into a grid
Read a list of ids as a stream of Dict records
Return the number of records which match the given filter expression
Read a record Dict by its id for hyperlinking in a UI
Strip any tags which cannot be persistently committed to Folio
Return system meta as dict
Coerce a value to a record Dict
Coerce a value to a Ref identifier
Coerce a value to a list of Ref identifiers
Coerce a value to a list of record Dicts
Return the installed timezone database as Grid with following columns
Return the installed unit database as Grid with following columns
Add a grid of recs to an existing watch and return the grid passed in
Close an open watch by id
Open a new watch on a grid of records
Poll an open watch and return all the records which have changed since the last poll
Remove a grid of recs from an existing watch and return grid passed in