ixfx
Preparing search index...
Rx
From
EventPluckedFieldOptions2
Type Alias EventPluckedFieldOptions2<TDomSource, TValueDestination>
EventPluckedFieldOptions2
:
{
domToValue
:
(
value
:
TDomSource
|
undefined
,
)
=>
TValueDestination
|
undefined
;
initialValue
:
TValueDestination
;
lazy
?:
Lazy
;
valueToDom
:
(
value
:
TValueDestination
)
=>
TDomSource
;
}
Type Parameters
TDomSource
TValueDestination
Type declaration
domToValue
:
(
value
:
TDomSource
|
undefined
)
=>
TValueDestination
|
undefined
initialValue
:
TValueDestination
Optional
lazy
?:
Lazy
valueToDom
:
(
value
:
TValueDestination
)
=>
TDomSource
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...