Type Alias ResolveOptions

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

Type declaration

  • 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