API reference
API reference
Auto-generated TypeScript reference for every public symbol across the i99dash SDK monorepo.
These pages are generated directly from TypeScript source in
sdk-i99dash/packages/*/src/**. JSDoc on the source is the single source of
truth — if a description here is wrong, fix the source comment.
@i99dash/sdk
Runtime client for mini-apps. The host-bridge entry point.
@i99dash/admin-sdk
Admin-side bridge for privileged operations.
@i99dash/types
Shared types — context, manifest, call-api, car status.
Why pages can look sparse
Each API page is intentionally one line of prose plus a <AutoTypeTable />
that renders the type from source. Long-form explanation lives in
guides, which link back to the relevant API page.
How to update
- Edit the JSDoc on the symbol in
sdk-i99dash/packages/*/src/**. - Rebuild:
pnpm devregenerates the table on the next request;pnpm buildregenerates statically.