-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSUSM
27 lines (24 loc) · 797 Bytes
/
CSUSM
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@startuml
!theme carbon-gray
' STYLE START
hide empty members
skinparam backgroundColor transparent
' STYLE END
set namespaceSeparator none
class "Concept3DCategoryListView" as Concept3DCategoryListView << (S, AntiqueWhite) struct >> {
~locationCatalog
-isPDFViewPresented
~body : some View
~renderContentUnavailableView() <&bolt>
~renderCategoryListView() <&bolt>
~createRow(for:) <&bolt>
}
class "LocationCollectionCardView" as LocationCollectionCardView << (S, AntiqueWhite) struct >> {
~location : Concept3DLocation
~category : Concept3DCategory
~init(for:with:)
~body : some View
}
View <|-- Concept3DCategoryListView #line:Black;line.dotted;text:Black : inherits from
View <|-- LocationCollectionCardView #line:Black;line.dotted;text:Black : inherits from
@enduml