bireactive - v0.3.1
Interface StatefulBwd1<S, C>
Single-source
bwd
result: a scalar
update
(or
SKIP
) plus the complement.
interface
StatefulBwd1
<
S
,
C
>
{
complement
:
C
;
update
:
typeof
SKIP
|
S
;
}
Type Parameters
S
C
Index
Properties
complement
update
Properties
complement
complement
:
C
update
update
:
typeof
SKIP
|
S
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
complement
update
Demo
bireactive - v0.3.1
Single-source
bwdresult: a scalarupdate(orSKIP) plus the complement.