正在准备搜索索引...
搜索索引不可用
@custouch-open/js-sdk
@custouch-open/js-sdk
api/member
<internal>
Pick
类型别名 Pick<T, K>
Pick
<
T
,
K
>
:
{
[
P
in
K
]
:
T
[
P
]
}
From T, pick a set of properties whose keys are in the union K
类型参数
T
K
extends
keyof
T
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
@custouch-open/js-sdk
加载中……
From T, pick a set of properties whose keys are in the union K