Search
Preparing search index...
The search index is not available
reselect-utils
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
"createBoundSelector"
Module "createBoundSelector"
Index
Type aliases
Bound
Selector
Bound
Selector
Options
Functions
create
Bound
Selector
Type aliases
Bound
Selector
Bound
Selector<S, P2, P1, R>
:
P2
extends
Pick
<
P1
,
keyof
P2
>
?
Exclude
<
keyof
P1
,
keyof
P2
>
extends
never
?
NamedSelector
<
S
,
R
>
:
NamedParametricSelector
<
S
,
Omit
<
P1
,
keyof
P2
>
,
R
>
:
never
The special type to prevent binding of non optional props on optional values
Type parameters
S
P2
P1
:
Partial
<
P2
>
R
Bound
Selector
Options
Bound
Selector
Options<S, P2, P1, R>
:
{
bindingStrategy
?:
undefined
|
(
(
baseSelector
:
ParametricSelector
<
S
,
P1
,
R
>
, binding
:
P2
)
=>
ParametricSelector
<
S
,
Omit
<
P1
,
keyof
P2
>
,
R
>
)
;
keySelectorComposer
?:
KeySelectorComposer
}
Type parameters
S
P2
P1
:
Partial
<
P2
>
R
Type declaration
Optional
binding
Strategy
?:
undefined
|
(
(
baseSelector
:
ParametricSelector
<
S
,
P1
,
R
>
, binding
:
P2
)
=>
ParametricSelector
<
S
,
Omit
<
P1
,
keyof
P2
>
,
R
>
)
Optional
key
Selector
Composer
?:
KeySelectorComposer
Functions
Const
create
Bound
Selector
create
Bound
Selector<S, P2, P1, R, OR>
(
baseSelector
:
ParametricSelector
<
S
,
P1
,
R
>
, binding
:
P2
, options
?:
BoundSelectorOptions
<
S
,
P2
,
P1
,
OR
>
)
:
BoundSelector
<
S
,
P2
,
P1
,
R
>
Type parameters
S
P2
P1
:
Partial
<
P2
>
R
OR
:
R
Parameters
baseSelector:
ParametricSelector
<
S
,
P1
,
R
>
binding:
P2
Default value
options:
BoundSelectorOptions
<
S
,
P2
,
P1
,
OR
>
= {}
Returns
BoundSelector
<
S
,
P2
,
P1
,
R
>
Globals
"
Tree
Cache"
"array
Compose
Key
Selectors"
"create
Adapted
Selector"
"create
Bound
Selector"
"create
Cached
Sequence
Selector"
"create
Cached
Structured
Selector"
"create
Chain
Selector"
"create
Empty
Selector"
"create
Key
Selector
Composer"
"create
Key
Selector
Creator"
"create
Path
Selector"
"create
Prop
Selector"
"create
Sequence
Selector"
"create
Structured
Selector"
"helpers"
"index"
"string
Compose
Key
Selectors"
"types"
Bound
Selector
Bound
Selector
Options
create
Bound
Selector
Generated using
TypeDoc
The special type to prevent binding of non optional props on optional values