正在准备搜索索引...
搜索索引不可用
@custouch-open/js-sdk
@custouch-open/js-sdk
index
<internal>
FileSystemEntry
接口 FileSystemEntry
interface
FileSystemEntry
{
filesystem
:
FileSystem
;
fullPath
:
string
;
isDirectory
:
boolean
;
isFile
:
boolean
;
name
:
string
;
getParent
(
successCallback
?:
FileSystemEntryCallback
,
errorCallback
?:
ErrorCallback
)
:
void
;
}
层级 (
查看完整内容
)
FileSystemEntry
FileSystemDirectoryEntry
索引
属性
filesystem
full
Path
is
Directory
is
File
name
方法
get
Parent
属性
只读
filesystem
filesystem
:
FileSystem
只读
full
Path
full
Path
:
string
只读
is
Directory
is
Directory
:
boolean
只读
is
File
is
File
:
boolean
只读
name
name
:
string
方法
get
Parent
get
Parent
(
successCallback
?
,
errorCallback
?
)
:
void
参数
可选
successCallback
:
FileSystemEntryCallback
可选
errorCallback
:
ErrorCallback
返回
void
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
filesystem
full
Path
is
Directory
is
File
name
方法
get
Parent
@custouch-open/js-sdk
加载中……