Skip to main content

Overview

Table of contents

Classes

Interfaces

Type Aliases

Variables

Functions

Type Aliases

DependencyGraphResource

Ƭ DependencyGraphResource: DependencyGraphGlobalResource | DependencyGraphCollectionResource

Defined in

src/types.ts:44


EditorExtractor

Ƭ EditorExtractor: (args: { dependencyGraph: DependencyGraphBase ; doc: any ; source: DependencyGraphResource ; value: any }) => void | Promise\<void>

Type declaration

▸ (args): void | Promise\<void>

Parameters
NameType
argsObject
args.dependencyGraphDependencyGraphBase
args.docany
args.sourceDependencyGraphResource
args.valueany
Returns

void | Promise\<void>

Defined in

src/types.ts:3


Event

Ƭ Event: CreateEvent | UpdateEvent | DeleteEvent

Defined in

src/types.ts:96


SubscriptionCallback

Ƭ SubscriptionCallback: (event: Event) => void | Promise\<void>

Type declaration

▸ (event): void | Promise\<void>

Parameters
NameType
eventEvent
Returns

void | Promise\<void>

Defined in

src/types.ts:98

Variables

DependencyGraphService

Const DependencyGraphService: DependencyGraphServiceImpl

Defined in

src/index.ts:10

Functions

DependencyGraphPlugin

DependencyGraphPlugin(pluginConfig?): Plugin

Parameters

NameType
pluginConfig?DependencyGraphPluginConfig

Returns

Plugin

Defined in

src/plugin.ts:14