Skip to main content

RefSignal <T>

Provide write capabilities to a signal.

Hierarchy

Callable

  • RefSignal(): T

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

Index

Properties

Methods

Properties

set

set: SignalSetter<T, T>

Sets the value of the signal.

Methods

peek

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