Type Alias Lazy

Lazy: "initial" | "never" | "very"

Laziness

  • start: only begins on first subscriber. Keeps running even when there are no subscribers
  • very: only begins on first subscriber. Stops looping if there are no subscribers
  • never: begins calling function when initalised and doesn't stop until Reactive is disposed