Skip to content

Interface: ResolveViewStoreOptions

API / @xmachines/play-actor / ResolveViewStoreOptions

Defined in: packages/play-actor/src/view-store-lifecycle.ts:57

Properties

PropertyTypeDescriptionDefined in
refreshExternalStore?booleanThe 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