Abstract
The Store.Effect locate
type.
Abstract
functionAbstract function responsible for returning the bound Effect.
When an StateWorker.implanted Effect is invoked, it is
bound to the polymorphic this
of the StateWorker upon invocation.
This function provides the means of interacting with this bond, as in,
utilizing the polymorphic this
of the StateWorker to provide the
bound Effect, e.g., by utilizing protected
properties and methods
of the bound-to StateWorker.
The explicit polymorphic this
parameter.
This Effect bound to the StateWorker.
Generated using TypeDoc
Abstract Effect base class. When this class is extended and decorated with the Implant decorator or StateWorker.implanted through the StateHandler, its function will be made available to Store.Actions through the global sgrud.state.effects namespace.
Example
An
importScripts
Effect: