From 39b8ad2b09146441ef6a2a43c81ed512defa3804 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 21:20:54 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- docs/syntax/classDiagram.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/syntax/classDiagram.md b/docs/syntax/classDiagram.md index 2067cc97c..f4d411739 100644 --- a/docs/syntax/classDiagram.md +++ b/docs/syntax/classDiagram.md @@ -702,6 +702,7 @@ classDiagram It is possible to bind a click event to a node. The click can lead to either a javascript callback or to a link which will be opened in a new browser tab. **Note**: This functionality is disabled when using `securityLevel='strict'` and enabled when using `securityLevel='loose'`. You would define these actions on a separate line after all classes have been declared. +If you have classes defined within a namespace, you can also add interaction definitions within the namespace definition, after the class(es) is defined ``` action className "reference" "tooltip"