Interface: ResolveViewStoreOptions
API / @xmachines/play-actor / ResolveViewStoreOptions
Defined in: packages/play-actor/src/view-store-lifecycle.ts:57
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
refreshExternalStore? | boolean | The controlled mode only: refresh the /context subtree of the external store during this resolve. The default is true. Give false where the call site permits no notification of the store subscribers, which is the render path of React, and refresh from an effect instead. | packages/play-actor/src/view-store-lifecycle.ts:64 |