StarPromptStatus
Defined in: src/star-prompt.ts:20
What the client needs to decide whether (and what) to render.
Properties
Section titled “Properties”shouldPrompt
Section titled “shouldPrompt”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
Section titled “starred”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.)