Interface: GuardOptions
Defined in: modal/effect.ts:29
Properties
ceilingMs?
optionalceilingMs?:number
Defined in: modal/effect.ts:31
Hard ceiling in ms; omit for effects with their own bounded transport.
stillValid?
optionalstillValid?: () =>boolean
Defined in: modal/effect.ts:36
Re-checked at completion time (NOT launch time). Return false when the mode/turn the effect was launched for is gone.
Returns
boolean