LogoSignals.dart
Copy Markdown
rodydavis/signals.dart 999999

Type: SignalOptionsBase

API reference and details for SignalOptionsBase from signals.dart.

SignalOptionsBase#

Kind: class  |  Package: package:preact_signals

Class: SignalOptionsBase#

Base configuration options for reactive components and signals.

Contains common options across all signals, computed values, and effects, such as the debug name.

Members of SignalOptionsBase#

Member Type Signature Description
name field dart String? name The name for debugging, tracing, and DevTools inspection.
SignalOptionsBase constructor dart SignalOptionsBase({this.name}) Creates a new SignalOptionsBase instance.
== method dart bool ==(Object other)
hashCode method dart int hashCode

References#

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