Node Label Schema β
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/NodeLabel| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | config.schema.json* |
NodeLabel Type β
object (Node Label)
NodeLabel Properties β
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| width | number | Optional | cannot be null | Mermaid Config |
| height | number | Optional | cannot be null | Mermaid Config |
| x | number | Optional | cannot be null | Mermaid Config |
| y | number | Optional | cannot be null | Mermaid Config |
width β
width
is optional
Type:
numbercannot be null
defined in: Mermaid Config
width Type β
number
height β
height
is optional
Type:
numbercannot be null
defined in: Mermaid Config
height Type β
number
x β
x
is optional
Type:
numbercannot be null
defined in: Mermaid Config
x Type β
number
y β
y
is optional
Type:
numbercannot be null
defined in: Mermaid Config
y Type β
number