Documentation Index
Fetch the complete documentation index at: https://onlook.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Score events
score
Fires every time the attention score changes.
| Field | Type | Description |
|---|---|---|
score | number | New score (0–100) |
delta | number | Change from previous score |
signals | string[] | Signals that triggered the change |
drop
Fires when the score falls below the configured threshold.
recover
Fires when the score rises back above the threshold after a drop.
Lifecycle events
stopped
Fires when session.stop() is called.
paused / resumed
Fires when session.pause() or session.resume() is called.