Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types
MiniAppFile
Interface MiniAppFile
小程序或 uni-app 本地文件对象。
interface
MiniAppFile
{
path
:
string
;
size
?:
number
;
name
?:
string
;
type
?:
string
;
}
Index
Properties
path
size?
name?
type?
Properties
path
path
:
string
本地文件路径。
Optional
size
size
?:
number
文件大小,单位字节。
Optional
name
name
?:
string
文件名称。
Optional
type
type
?:
string
文件 MIME 类型。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
size
name
type
IM SDK Web API 文档
Loading...
小程序或 uni-app 本地文件对象。