@easy-page/core
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -46,2 +46,7 @@ export interface Empty { | ||
action: EffectActionHandlerType<FieldType, PageState, PageProps, EffectedResultType>; | ||
/** | ||
* - 设置后,会在组件挂载时执行一次,若有多个 Action,取第一个找到的 Action 执行 | ||
* - 次字段的价值,在于传递了 effectedKeys 的情况下,期望其首次加载的时候也执行,后续影响后也执行同样的副作用。 | ||
* */ | ||
initRun?: boolean; | ||
/** 若不传 effectedKeys 或者为空,则在组件挂载时执行一次 */ | ||
@@ -48,0 +53,0 @@ effectedKeys?: EffectKeys<PageState, PageProps>; |
{ | ||
"name": "@easy-page/core", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"dependencies": {}, | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
35515
313