본문으로 건너뛰기

Node

Description

Node는 서버(애플리케이션)을 표현합니다.

Props

PropsTypeRequiredDefaultDescription
idstring✔️Node 아이디
labelstring✔️Node 라벨
typestringNode 타입 - ex) "tomcat" or "mongoDB"
imgPathstringNode에 나타낼 이미지 - ex) "/publick/assets/SPRING.png"
transactionInfo{ good: number, slow: number, bad: number}서버(애플리케이션)의 상태를 시각화하기 위한 트랜젝션 정보
shouldNotMerge() => booleanfalseNode를 병합할지 말지 결정