class

Axon

@Js
@Serializable
const class Axon : Obj, Facet

Facet applied to methods which should be exposed as Axon functions.

fields su

Mark a function as superuser only

meta

Meta data for the function encoded as a Trio string

admin

Marks a function as admin-only

admin 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.

meta const Obj? : meta

Meta data for the function encoded as a Trio string

su const Bool : su

Mark a function as superuser only.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST