Skip to content

Type alias: MiniMapNodeFunc ​

Ƭ MiniMapNodeFunc: (node: GraphNode) => string

expects a node and returns a color value

Type declaration ​

â–¸ (node): string

Parameters ​
NameType
nodeGraphNode
Returns ​

string

Released under the MIT License.