ixfx
Preparing search index...
@ixfx/ui
RxUi
BindUpdateOpts
Type Alias BindUpdateOpts<V>
type
BindUpdateOpts
<
V
>
=
{
binds
:
Record
<
string
,
DomBindValueTarget
&
{
transform
?:
(
value
:
any
)
=>
string
}
,
>
;
initial
:
(
v
:
V
,
el
:
HTMLElement
)
=>
void
;
}
Type Parameters
V
Index
Properties
binds
initial
Properties
binds
binds
:
Record
<
string
,
DomBindValueTarget
&
{
transform
?:
(
value
:
any
)
=>
string
}
,
>
initial
initial
:
(
v
:
V
,
el
:
HTMLElement
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
binds
initial
ixfx
Loading...