summaryrefslogtreecommitdiff
path: root/doc/helm-type-bookmark.plantuml
blob: b5063075236b506ff015123f25f4cca25279d3cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@startuml
skinparam classFontStyle bold
skinparam captionFontStyle bold
title **Parents and Children of**\n**'helm-type-bookmark'**\n\n
"helm-source" <|-- "helm-type-bookmark"
class "helm-source"
class "helm-type-bookmark" {
	A class to define type
	bookmarks.
	==
	__ some interesting slots __
}
note right of "helm-type-bookmark"
	**helm-type-bookmark**:
	A class to define type
	bookmarks.
end note
"helm-type-bookmark" <|-- "helm-source-filtered-bookmarks"
"helm-type-bookmark" <|-- "helm-source-basic-bookmarks"
@enduml