ixfx
Preparing search index...
Rx
CombineLatestToObject
Type Alias CombineLatestToObject<T>
CombineLatestToObject
:
{
hasSource
:
(
field
:
string
)
=>
boolean
;
replaceSource
:
(
field
:
Extract
<
keyof
T
,
string
>
,
source
:
ReactiveOrSource
<
any
>
,
)
=>
void
;
setWith
:
(
data
:
Partial
<
RxValueTypeObject
<
T
>
>
,
)
=>
Partial
<
RxValueTypeObject
<
T
>
>
;
sources
:
RxValueTypeRx
<
T
>
;
}
&
ReactiveDiff
<
RxValueTypeObject
<
T
>
>
&
ReactiveInitial
<
RxValueTypeObject
<
T
>
,
>
Type Parameters
T
extends
Record
<
string
,
ReactiveOrSource
<
any
>
>
Type declaration
hasSource
:
(
field
:
string
)
=>
boolean
replaceSource
:
(
field
:
Extract
<
keyof
T
,
string
>
,
source
:
ReactiveOrSource
<
any
>
)
=>
void
setWith
:
(
data
:
Partial
<
RxValueTypeObject
<
T
>
>
)
=>
Partial
<
RxValueTypeObject
<
T
>
>
Updates writable sources with values.
sources
:
RxValueTypeRx
<
T
>
Reactive sources being combined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Updates writable sources with values.