You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Mermaid.JS user creating diagrams using UML and the mermaid markdown language,
I would like to be able to specify an object's member attribute's initial value.
I know this will be done when I can declare a class's member attribute's initial value as such:
class WidgetLink{
+endpoint: +String "/widget"
+href: TargetURL
}
Example
class WidgetLink{
+endpoint: +String **_"/widget"_**
+href: TargetURL
}
Screenshots
I would just add it onto the end of the declaration in the class diagram.
The text was updated successfully, but these errors were encountered:
Proposal
As a Mermaid.JS user creating diagrams using UML and the mermaid markdown language,
I would like to be able to specify an object's member attribute's initial value.
I know this will be done when I can declare a class's member attribute's initial value as such:
class WidgetLink{
+endpoint: +String "/widget"
+href: TargetURL
}
Example
Screenshots
I would just add it onto the end of the declaration in the class diagram.
The text was updated successfully, but these errors were encountered: