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:
number
cannot be null
defined in: Mermaid Config
width Type
number
height
height
is optional
Type:
number
cannot be null
defined in: Mermaid Config
height Type
number
x
x
is optional
Type:
number
cannot be null
defined in: Mermaid Config
x Type
number
y
y
is optional
Type:
number
cannot be null
defined in: Mermaid Config
y Type
number