API Reference
API Reference
Use this section when you already know the task and need exact API details.
Use this section when you already know the task and need exact API details.
Top-level wrappers
Configuration
Core classes
Document helpers
Runtime helpers
Package exports
The root package exports:
- wrapper functions:
dev,build,serve - default export:
engine - classes such as
Server,Builder,Document,DocumentBuilder,DocumentLoader, andDocumentRender - runtime helpers such as
ServerLoader,ServerManifest,ServerResource, andVirtualServer - constants, helpers, and plugin helpers from the root module
Most application code should start with dev(), build(), or serve(). The lower-level classes are most useful when you need tighter control.