Related to umlet#515
First shared attribs (either public/grouped) must be defined, to do so:
- Simply select the working diagram(also works for pallets)(not an element, e.g. a blank space in diagram)
- Start the shared public/grouped definition using
[includes]
- Any line after
[includes]
will be assumed as public attribs(all elements will grab it, at the first line of each) - For specifying a group, do it using leading
#
char, like#blues
- any line after
#blues
will be assigned for groupblues
- any line after
- Any line after
- Hint:
#
char could be escaped using\#