Skip to main content

Module vars

Module vars 

Source
Expand description

Admin API endpoint serving the context-variable catalog (src/vars/catalog.rs) — consumed by the UI’s autocomplete and var legend.

Functions§

list_vars 🔒
GET /api/vars — the static catalog of $var names plugins can interpolate, with kinds, family sources, and descriptions. Always 200 OK.
router
Builds the router for /api/vars.