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
name
name:
string
Defined in: packages/fireflow-vfs/src/types/uri.ts:35
File/directory name (last segment of path)
Inherited from
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
path
path:
string
Defined in: packages/fireflow-vfs/src/types/uri.ts:31
File/directory path (without scheme)
Inherited from
raw
raw:
string
Defined in: packages/fireflow-vfs/src/types/uri.ts:29
Original raw URI string