agentOS API Reference - v0.2.0-rc.3
Docs
Preparing search index...
BatchReadResult
Interface BatchReadResult
Result of a single file in a batch read (
readFiles
).
interface
BatchReadResult
{
content
:
Uint8Array
<
ArrayBufferLike
>
|
null
;
error
?:
string
;
path
:
string
;
}
Index
Properties
content
error?
path
Properties
content
content
:
Uint8Array
<
ArrayBufferLike
>
|
null
Optional
error
error
?:
string
path
path
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
error
path
Docs
agentOS API Reference - v0.2.0-rc.3
Loading...
Result of a single file in a batch read (
readFiles).