Signal <T>
Hierarchy
- SignalLike<T>
- Signal
Callable
Gets the current value of the signal with tracking by default.
Index
Methods
Methods
peek
Accesses the current value of the signal without tracking.
Gets the current value of the signal with tracking by default.
Accesses the current value of the signal without tracking.
Represents a value that tracks changes over time.