Skip to main content

Node

Description

Nodes represent servers(applications).

Props

PropsTypeRequiredDefaultDescription
idstring✔️Id of the node
labelstring✔️Label of the node
typestringType of the node - ex) "tomcat" or "mongoDB"
imgPathstringImage which represents the node - ex) "/publick/assets/SPRING.png"
transactionInfo{ good: number, slow: number, bad: number}Transaction information for visualizing server(application) status on the node
shouldNotMerge() => booleanfalseDecide whether to merge nodes