返回介绍

Interface: _StoreOnActionListenerContext

发布于 2024-04-14 00:17:41 字数 3644 浏览 0 评论 0 收藏 0

pinia._StoreOnActionListenerContext

Actual type for StoreOnActionListenerContext. Exists for refactoring purposes. For internal use only. For internal use only

Type parameters

NameType
StoreStore
ActionNameextends string
AA

Properties

after

after: (callback: A extends Record<ActionName, _Method> ? (resolvedReturn: _Awaited<ReturnType<A[ActionName]>>) => void : () => void) => void

Type declaration

▸ (callback): void

Sets up a hook once the action is finished. It receives the return value of the action, if it's a Promise, it will be unwrapped.

Parameters
NameType
callbackA extends Record<ActionName, _Method> ? (resolvedReturn: _Awaited<ReturnType<A[ActionName]>>) => void : () => void
Returns

void


args

args: A extends Record<ActionName, _Method> ? Parameters<A[ActionName]> : unknown[]

Parameters passed to the action


name

name: ActionName

Name of the action


onError

onError: (callback: (error: unknown) => void) => void

Type declaration

▸ (callback): void

Sets up a hook if the action fails. Return false to catch the error and stop it from propagating.

Parameters
NameType
callback(error: unknown) => void
Returns

void


store

store: Store

Store that is invoking the action

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文