Skip to content

Type alias: WidthFunc ​

Ƭ WidthFunc: (node: GraphNode) => number | string | void

Deprecated

will be removed in next major release

Type declaration ​

â–¸ (node): number | string | void

Parameters ​
NameType
nodeGraphNode
Returns ​

number | string | void

Released under the MIT License.