Skip to content

wevu / index / SubscriptionCallback

接口: SubscriptionCallback()<S>

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

类型参数

S

S = any

SubscriptionCallback(mutation, state): void

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

参数

mutation

storeId

string

type

MutationType

state

S

返回

void

Released under the MIT License.