Documentation
Preparing search index...
transients/from/signal-from-observable.private/traits/types/signal-from-observable-options
SignalFromValueObservableOptions
Interface SignalFromValueObservableOptions<GValue>
The options to provide to a
Signal
.
interface
SignalFromValueObservableOptions
<
GValue
>
{
equal
?:
EqualFunction
<
GValue
>
;
initialValue
?:
GValue
;
mode
?:
"value"
;
}
Type Parameters
GValue
Hierarchy (
View Summary
)
SignalFromObservableSharedOptions
<
GValue
>
SignalFromValueObservableOptions
Index
Properties
equal?
initial
Value?
mode?
Properties
Optional
Readonly
equal
equal
?:
EqualFunction
<
GValue
>
Optional
Readonly
initial
Value
initialValue
?:
GValue
Optional
Readonly
mode
mode
?:
"value"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
equal
initial
Value
mode
Documentation
Loading...
The options to provide to a
Signal
.