Expand description
HTML parser for custom tags
Parses HTML documents and resolves custom tags like <what> page directives for auth, routing, etc.
Also handles .what config files for directory-level configuration.
Structs§
- Reactive
Replace Result - Result of reactive variable replacement
- Wired
VarDecl - A parsed variable declaration with its scope. Used for both
data.wired(real-time push, scope filters delivery) anddata.application(shared state, scope gates who may write viaw-set).
Enums§
- Wired
Scope - Scope for a wired variable — determines which WebSocket clients receive updates
Type Aliases§
- Scoped
VarDecl - Alias clarifying intent when a scoped decl governs write access rather than
WebSocket delivery (e.g.
data.application = ["revenue [admin]"]).