Skip to main content

Signal <T>

Represents a value that tracks changes over time.

Hierarchy

Callable

  • Signal(): T

  • Gets the current value of the signal with tracking by default.

Index

Methods

Methods

peek

  • peek(): T
  • Accesses the current value of the signal without tracking.