Preparing search index...
The search index is not available
zc-js-utils
zc-js-utils
utils/ListHelper
MapValuesToKeysIfAllowed
Type Alias MapValuesToKeysIfAllowed<T>
Map
Values
To
Keys
If
Allowed
<
T
>
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
PropertyKey
?
K
:
never
}
将对象的值映射到键(如果值允许作为属性键)
Type Parameters
T
原始对象类型
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
zc-js-utils
Loading...
将对象的值映射到键(如果值允许作为属性键)