3 ms·
Yeah we do this with globs. a.class: backend b.class: frontend # hide everything **: suspend layers: { backend: { # show backend stuff
by alixanderwang 1y ago
Yeah we do this with globs.
a.class: backend
b.class: frontend
# hide everything
**: suspend
layers: {
backend: {
# show backend stuff
**: unsuspend {
&class: backend
}
}
}
see more here: https://d2lang.com/blog/c4/ https://d2lang.com/blog/c4/