ixfx
    Preparing search index...

    Type Alias ResolveOptions

    type ResolveOptions = {
        infinite: boolean;
        interval: Interval;
        lazy: Lazy;
        loops: number;
    }
    Index

    Properties

    infinite: boolean

    If true loops forever

    interval: Interval

    Delay before value

    lazy: Lazy
    loops: number

    How many times to return value or call function. If infinite is set to true, this value is ignored