Axon
@Js
@Serializable
const class Axon : Obj, Facet
Facet applied to methods which should be exposed as Axon functions.
Mark a function as superuser only
Meta data for the function encoded as a Trio string
Marks a function as admin-only
const Bool : admin
Marks a function as admin-only. Any functions that modify the database or perform ad hoc I/O should set this field to true. Functions with side effects should clearly document what side effects are.
const Obj? : meta
Meta data for the function encoded as a Trio string
const Bool : su
Mark a function as superuser only.