modal-ts
Preparing search index...
MountFileEntry
Interface MountFileEntry
Description
Mountにアップロードするファイルエントリ
interface
MountFileEntry
{
content
:
string
|
Uint8Array
<
ArrayBufferLike
>
;
remotePath
:
string
;
}
Index
Properties
content
remote
Path
Properties
content
content
:
string
|
Uint8Array
<
ArrayBufferLike
>
ファイルの内容(文字列またはバイナリ)
remote
Path
remotePath
:
string
コンテナ内のファイルパス
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
remote
Path
modal-ts
Loading...
Description
Mountにアップロードするファイルエントリ