@karmaniverous/stan-context
GitHub
Preparing search index...
index
GraphNode
Type Alias GraphNode
Note:
GraphNodeMetadata.hash
is the canonical SHA-256 hex digest for the graph.
Context-mode hosts may choose to store a shorter derived hash in separate meta files.
type
GraphNode
=
{
description
?:
string
;
id
:
NodeId
;
kind
:
GraphNodeKind
;
language
:
GraphLanguage
;
metadata
?:
GraphNodeMetadata
;
}
Index
Properties
description?
id
kind
language
metadata?
Properties
Optional
description
description
?:
string
id
id
:
NodeId
kind
kind
:
GraphNodeKind
language
language
:
GraphLanguage
Optional
metadata
metadata
?:
GraphNodeMetadata
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
id
kind
language
metadata
GitHub
@karmaniverous/stan-context
Loading...
Note:
GraphNodeMetadata.hashis the canonical SHA-256 hex digest for the graph.