Skip to content
On this page

Type alias: WidthFunc ​

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

Type declaration ​

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

Deprecated

will be removed in next major release

Parameters ​
NameType
nodeGraphNode
Returns ​

number | string | void

Released under the MIT License.