@kayahr/signal
    Preparing search index...

    Interface CreateEffectOptions<Init>

    Options for creating an eager reactive effect.

    interface CreateEffectOptions<Init> {
        initial?: Init;
    }

    Type Parameters

    • Init
    Index

    Properties

    Properties

    initial?: Init

    The initial input passed to the first execution instead of undefined.