docs(web): say which active item activeContent names

The field JSDoc read as if it searched the active items for a usable one,
which is the skip-forward behavior planSummary deliberately does not do.
This commit is contained in:
Chinesezjc
2026-08-06 13:43:12 +08:00
parent 60153324ce
commit 3915412070
@@ -27,7 +27,7 @@ export interface PlanItemLike {
export interface PlanSummary {
done: number
total: number
/** First `in_progress` content, or null when there is no usable one to name. */
/** First `in_progress` content, or null when that first item is unusable. */
activeContent: string | null
/** Active items beyond the first; 0 whenever there is no `activeContent` to sit beside. */
activeExtra: number