Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/object
DeepPickStartsWith
Type Alias DeepPickStartsWith<T, Prefix>
DeepPickStartsWith
:
T
extends
(
infer
U
)
[]
?
DeepPickStartsWith
<
U
,
Prefix
>
[]
:
T
extends
object
?
{
[
K
in
keyof
T
as
K
extends
string
?
K
extends
`
${
Prefix
}
${
string
}
`
?
K
:
never
:
K
]
:
DeepPickStartsWith
<
T
[
K
]
,
Prefix
>
}
:
T
Type Parameters
T
Prefix
extends
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
XYO Platform SDK - v3.6.9
Loading...