modal-ts
    Preparing search index...

    Interface MountFileEntry

    Mountにアップロードするファイルエントリ

    interface MountFileEntry {
        content: string | Uint8Array<ArrayBufferLike>;
        remotePath: string;
    }
    Index

    Properties

    Properties

    content: string | Uint8Array<ArrayBufferLike>

    ファイルの内容(文字列またはバイナリ)

    remotePath: string

    コンテナ内のファイルパス