This repository was archived by the owner on Jan 10, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
The answer Simon gave to my question here might be the answer to your question too - perspective [values] can be associated with your perspectives and then used for differential styling. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my DSL, I use tags to highlight various dimensions of my software systems & containers (ownership, deployment target, project change status ...).
Currently, I've defined consolidated styles for all of those attributes:
Depending on the perspective I'd like to visualize, I comment out irrelevant information when rendering the view.
It would be nice to be able to define named styles & to specify them at the view-level. A further enhancement would be the ability to toggle between styles at the view-level via a dropdown.
Beta Was this translation helpful? Give feedback.
All reactions