@runloop/remote-agents-sdk
Preparing search index...
codex
v2
AdditionalFileSystemPermissions
Type Alias AdditionalFileSystemPermissions
type
AdditionalFileSystemPermissions
=
{
entries
?:
FileSystemSandboxEntry
[]
;
globScanMaxDepth
?:
number
;
read
:
LegacyAppPathString
[]
|
null
;
write
:
LegacyAppPathString
[]
|
null
;
}
Index
Properties
entries?
glob
Scan
Max
Depth?
read
write
Properties
Optional
entries
entries
?:
FileSystemSandboxEntry
[]
Optional
glob
Scan
Max
Depth
globScanMaxDepth
?:
number
read
read
:
LegacyAppPathString
[]
|
null
This will be removed in favor of
entries
.
write
write
:
LegacyAppPathString
[]
|
null
This will be removed in favor of
entries
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
entries
glob
Scan
Max
Depth
read
write
@runloop/remote-agents-sdk
Loading...
This will be removed in favor of
entries.