@cognizone/json-model-graph
Classes​
- GraphAndControlLinkingService
- GraphService
- GraphState
- GraphWrapper
- GraphWrapperFactory
- IfAttributeInApDirective
- JsonModelGraphModule
- JsonModelGraphRootModule
- NodeAttributeDirective
- NodeAttributeLinkedDirective
- NodeUriDirective
- NodeWrapper
- RemoveGraph
- Reset
- RootUriDirective
- SetGraph
- UpdateNode
Interfaces​
Type aliases​
GraphStatus​
Ƭ GraphStatus: "pristine" | "touched"
Defined in​
libs/json-model-graph/src/lib/models/graph-status.ts:1
NodeRecipe​
Ƭ NodeRecipe<T>: (draft: JsonModelFlat<T>) => void
Type parameters​
| Name | Type |
|---|---|
T | extends JsonModel |
Type declaration​
â–¸ (draft): void
Parameters​
| Name | Type |
|---|---|
draft | JsonModelFlat<T> |
Returns​
void
Defined in​
libs/json-model-graph/src/lib/models/node-recipe.ts:3
Variables​
GRAPH_STATE_TOKEN​
• GRAPH_STATE_TOKEN: StateToken<GraphStateModel>