Reference/SDK/TypeScript/Modules

Namespace: graph

Classes

Interfaces

Functions

createGraph

createGraph(): GraphBuilder

Returns

GraphBuilder


escapePath

escapePath(parts): string | undefined

Parameters

NameType
partsstring[]

Returns

string | undefined


unescapePath

unescapePath(path): string[]

Parameters

NameType
pathstring

Returns

string[]

Type Aliases

LazyGraphNode

Ƭ LazyGraphNode: Object

Type declaration

NameType
idstring
type"lazy"

NodeLike

Ƭ NodeLike: Node | Prompt<boolean, boolean> | ProxyVariable


ProxyVariable

Ƭ ProxyVariable: Object

Index signature

▪ [key: string]: ProxyVariable


TransformFn

Ƭ TransformFn: (input: ProxyVariable) => Node

Type declaration

▸ (input): Node

Parameters
NameType
inputProxyVariable
Returns

Node

On this page