Skip to main content

API Reference

The generated API index is built from the adjacent hosanna-ui source checkout. Its title contains the framework version used to generate it; the docs validation task rejects a stale generated version.

Use guides for workflows and the generated reference for exact exported types, fields, methods, inheritance, and source locations.

Main Modules

Common Entry Points

There is no single /api/classes.html page in the generated TypeDoc layout. Class pages live under /api/classes/, and the modules index is the stable discovery entry point.

Regenerate Locally

From hosanna-website, with the sibling hosanna-ui checkout present:

npm ci
npm run api:generate
npm run docs:validate
npm run build

Generated filenames can change when symbols move modules. After regenerating, validate every hand-authored direct class link.

Talk to us