Overview
Table of contents
Classes
- DependencyGraphBase
- DependencyGraphResourceSet
- DependencyGraphServiceImpl
- InMemoryDependencyGraph
- MongoDBDependencyGraph
- Subject
- Subscription
Interfaces
- BaseEvent
- CreateEvent
- DeleteEvent
- DependencyGraphCollectionResource
- DependencyGraphCollections
- DependencyGraphGlobalResource
- DependencyGraphGlobals
- DependencyGraphNode
- DependencyGraphPluginConfig
- DependencySchema
- DependencySchemaSlug
- OnCollectionChangeArgs
- OnCollectionDeleteArgs
- OnGlobalChangeArgs
- UpdateEvent
Type Aliases
Variables
Functions
Type Aliases
DependencyGraphResource
Ƭ DependencyGraphResource: DependencyGraphGlobalResource | DependencyGraphCollectionResource
Defined in
EditorExtractor
Ƭ EditorExtractor: (args: { dependencyGraph: DependencyGraphBase ; doc: any ; source: DependencyGraphResource ; value: any }) => void | Promise\<void>
Type declaration
▸ (args): void | Promise\<void>
Parameters
| Name | Type |
|---|---|
args | Object |
args.dependencyGraph | DependencyGraphBase |
args.doc | any |
args.source | DependencyGraphResource |
args.value | any |
Returns
void | Promise\<void>
Defined in
Event
Ƭ Event: CreateEvent | UpdateEvent | DeleteEvent
Defined in
SubscriptionCallback
Ƭ SubscriptionCallback: (event: Event) => void | Promise\<void>
Type declaration
▸ (event): void | Promise\<void>
Parameters
| Name | Type |
|---|---|
event | Event |
Returns
void | Promise\<void>
Defined in
Variables
DependencyGraphService
• Const DependencyGraphService: DependencyGraphServiceImpl
Defined in
Functions
DependencyGraphPlugin
▸ DependencyGraphPlugin(pluginConfig?): Plugin
Parameters
| Name | Type |
|---|---|
pluginConfig? | DependencyGraphPluginConfig |
Returns
Plugin