Namespace: graph
Classes
Interfaces
Functions
createGraph
▸ createGraph(): GraphBuilder
Returns
escapePath
▸ escapePath(parts
): string
| undefined
Parameters
Name | Type |
---|---|
parts | string [] |
Returns
string
| undefined
unescapePath
▸ unescapePath(path
): string
[]
Parameters
Name | Type |
---|---|
path | string |
Returns
string
[]
Type Aliases
LazyGraphNode
Ƭ LazyGraphNode: Object
Type declaration
Name | Type |
---|---|
id | string |
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
Name | Type |
---|---|
input | ProxyVariable |