Type Alias: LayoutFunction()
LayoutFunction = (
graph
,state
) =>Promise
<LayoutState
>
Defined in: diagram/layout.ts:55
Performs a graph layout algorithm.
Parameters
Parameter | Type |
---|---|
| |
|
Returns
Promise
<LayoutState
>
LayoutFunction = (
graph
,state
) =>Promise
<LayoutState
>
Defined in: diagram/layout.ts:55
Performs a graph layout algorithm.
Parameter | Type |
---|---|
| |
|
Promise
<LayoutState
>