LogoSignals.dart
Copy Markdown
rodydavis/signals.dart 999999

Type: WriteableSignalUtils

API reference and details for WriteableSignalUtils from signals.dart.

WriteableSignalUtils#

Kind: extension  |  Package: package:signals_core

Extension: WriteableSignalUtils#

extension WriteableSignalUtils on Signal<T>

Utility extensions on Signal providing functional programming wrappers like React-style hooks destructuring.

Members of WriteableSignalUtils#

Member Type Signature Description
hooks method dart (T Function(), void Function(T)) hooks Easy destructure to get and set the value

References#

The WriteableSignalUtils type is referenced and used in the following pages: