Create a state object with signals, computed signals and effects. All the signals into withSignals are converted to writable signals.
Presentation
Returns
Parameters
Name | Type | Description |
---|
withSignals | T | @param withSignals The signals to be used as state |
Overloads
Overload #1 |
---|
Create a state object with signals, computed signals and effects. All the signals into withSignals are converted to writable signals. |
Presentation |
ParametersName | Type | Description |
---|
withSignals | T | @param withSignals The signals to be used as state |
Returns |
Overload #2 |
---|
Create a state object with signals, computed signals and effects. All the signals into withSignals are converted to writable signals. |
Presentation |
ParametersName | Type | Description |
---|
withSignals | T | @param withSignals The signals to be used as state | withComputed | F | @param withComputed The computed signals to be used as state based on the withSignals |
Returns |
Overload #3 |
---|
Create a state object with signals, computed signals and effects. All the signals into withSignals are converted to writable signals. |
Presentation |
ParametersName | Type | Description |
---|
withSignals | T | @param withSignals The signals to be used as state | withComputed | F | @param withComputed The computed signals to be used as state based on the withSignals | withEffects | G | @param withEffects The effects to be used as state based on the withSignals |
Returns |