正在准备搜索索引...
搜索索引不可用
@custouch-open/js-sdk
@custouch-open/js-sdk
index
<internal>
UnderlyingSource
接口 UnderlyingSource<R>
interface
UnderlyingSource
<
R
>
{
autoAllocateChunkSize
?:
number
;
cancel
?:
UnderlyingSourceCancelCallback
;
pull
?:
UnderlyingSourcePullCallback
<
R
>
;
start
?:
UnderlyingSourceStartCallback
<
R
>
;
type
?:
"bytes"
;
}
类型参数
R
=
any
索引
属性
auto
Allocate
Chunk
Size?
cancel?
pull?
start?
type?
属性
可选
auto
Allocate
Chunk
Size
auto
Allocate
Chunk
Size
?:
number
可选
cancel
cancel
?:
UnderlyingSourceCancelCallback
可选
pull
pull
?:
UnderlyingSourcePullCallback
<
R
>
可选
start
start
?:
UnderlyingSourceStartCallback
<
R
>
可选
type
type
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
auto
Allocate
Chunk
Size
cancel
pull
start
type
@custouch-open/js-sdk
加载中……