Skip to content

StarPromptStatus

Defined in: src/star-prompt.ts:20

What the client needs to decide whether (and what) to render.

shouldPrompt: boolean

Defined in: src/star-prompt.ts:22

Show the nudge right now? False once dismissed/starred/snoozed or still inside the grace window.


starred: boolean

Defined in: src/star-prompt.ts:25

Already starred — terminal state, so the nudge never returns. (The thank-you is shown client-side off the star action’s result, not this flag.)