Skip to content

Interface: GuardOptions

Defined in: modal/effect.ts:29

Properties

ceilingMs?

optional ceilingMs?: number

Defined in: modal/effect.ts:31

Hard ceiling in ms; omit for effects with their own bounded transport.


stillValid?

optional stillValid?: () => 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