Skip to content

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

Interface: ResolvedCGUri

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

Full resolved URI context - combines path with namespace

Extends

Properties

isDirectory

isDirectory: boolean

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

Whether this is a directory path (ends with /)

Inherited from

ParsedCGUri.isDirectory


name

name: string

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

File/directory name (last segment of path)

Inherited from

ParsedCGUri.name


namespace

namespace: CGUriNamespace

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

Namespace context


parentPath

parentPath: string

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

Parent directory path (empty for root)

Inherited from

ParsedCGUri.parentPath


path

path: string

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

File/directory path (without scheme)

Inherited from

ParsedCGUri.path


raw

raw: string

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

Original raw URI string

Inherited from

ParsedCGUri.raw

Licensed under BUSL-1.1