Preparing search index...
The search index is not available
CMV — Contextual Memory Virtualisation
CMV — Contextual Memory Virtualisation
types
TreeNode
Interface TreeNode
interface
TreeNode
{
branch
?:
CmvBranch
;
children
:
TreeNode
[]
;
name
:
string
;
session
?:
ClaudeSessionEntry
;
snapshot
?:
CmvSnapshot
;
type
:
"snapshot"
|
"branch"
|
"session"
|
"separator"
;
}
Index
Properties
branch?
children
name
session?
snapshot?
type
Properties
Optional
branch
branch
?:
CmvBranch
children
children
:
TreeNode
[]
name
name
:
string
Optional
session
session
?:
ClaudeSessionEntry
Optional
snapshot
snapshot
?:
CmvSnapshot
type
type
:
"snapshot"
|
"branch"
|
"session"
|
"separator"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
branch
children
name
session
snapshot
type
CMV — Contextual Memory Virtualisation
Loading...