Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

property PromiseHooks.onAfter

The after hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop.

Type #

(after: After) => Function