Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / / ParsedCGUri

Interface: ParsedCGUri

Defined in: packages/fireflow-vfs/src/types/uri.ts:27

Parsed ff:// URI Note: This only contains path information - namespace context is separate

Extended by

Properties

isDirectory

isDirectory: boolean

Defined in: packages/fireflow-vfs/src/types/uri.ts:33

Whether this is a directory path (ends with /)


name

name: string

Defined in: packages/fireflow-vfs/src/types/uri.ts:35

File/directory name (last segment of path)


parentPath

parentPath: string

Defined in: packages/fireflow-vfs/src/types/uri.ts:37

Parent directory path (empty for root)


path

path: string

Defined in: packages/fireflow-vfs/src/types/uri.ts:31

File/directory path (without scheme)


raw

raw: string

Defined in: packages/fireflow-vfs/src/types/uri.ts:29

Original raw URI string

Licensed under BUSL-1.1