We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7086f83 commit b5df97aCopy full SHA for b5df97a
1 file changed
plugin-build/modulegraph/src/main/kotlin/dev/iurysouza/modulegraph/Mermaid.kt
@@ -48,7 +48,7 @@ internal data class GraphOptions(
48
val linkText: LinkText,
49
val theme: Theme,
50
val orientation: Orientation,
51
- val focusedNodesRegex: Regex? = null,
+ val focusedNodesRegex: Regex?,
52
val showFullPath: Boolean,
53
val setStyleByModuleType: Boolean,
54
)
0 commit comments