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