ixfx
    Preparing search index...

    Type Alias ResolveSourceOptions

    type ResolveSourceOptions = {
        function: FunctionOptions;
        generator: GeneratorOptions;
    }
    Index

    Properties

    Properties

    function: FunctionOptions

    Options when creating a reactive from a function.

    generator: GeneratorOptions

    Options when creating a reactive from a generator Default: { lazy: true, interval: 5 }