Skip to content

Type alias: MiniMapNodeFunc

Ƭ MiniMapNodeFunc: (node: GraphNode) => string

Type declaration

â–¸ (node): string

expects a node and returns a color value

Parameters
NameType
nodeGraphNode
Returns

string

Released under the MIT License.