TypeScript API reference
typedoc output for the desktop frontend under src/, built with every file treated as a navigable module. Like the Rust reference this is a code-navigation aid for contributors, not an external API contract.
TIP
The reference opens in a separate page. Use your browser's back button to return here.
Open TypeScript API reference →
What's in there
lib/helpers —a11y,app-suggestions,break-mode,clock-list,color,platform,screen-time,sounds,stats-format,time,tray-countdown.- Settings view —
views/settings/with itstabs/,hooks/, andcomponents/subtrees, plusconstants,types, andutils. - Break overlay —
views/break-overlay. - App shell —
App,error-boundary,main.
Building it locally
sh
npm install
npm run docOutput lands in target/typedoc/. CI builds the same target and copies it under /api/ts/ in the published site.
Source
github.com/drmowinckels/entracte/tree/main/src — JSDoc / TSDoc comments live directly above each export.