Type alias PureEffectEmitter

PureEffectEmitter: (() => boolean)

a function that forcefully runs the EffectFn of an effect signal, and then propagates towards the observers of that effect signal.
the return value is true if the effect is ran and propagated immediately, or false if it did not fire immediately because of some form of batching stopped it from doing so.

Type declaration

    • (): boolean
    • Returns boolean

Generated using TypeDoc