Skip to content

wevu / index / ActionSubscriber

接口: ActionSubscriber()<TStore>

定义于: packages/wevu/src/store/types.ts:7

类型参数

TStore

TStore = any

ActionSubscriber(context): void

定义于: packages/wevu/src/store/types.ts:8

参数

context

after

(cb) => void

args

any[]

name

string

onError

(cb) => void

store

TStore

返回

void

Released under the MIT License.