feat(docs): added exclusive true in config

This commit is contained in:
Byson94
2025-09-13 13:28:59 +05:30
parent 1937508781
commit 4ca6716074

View File

@@ -40,6 +40,7 @@ enter([ // Add all defwindow inside enter. Enter is the root of the config.
height: "30px",
anchor: "top center"
},
exclusive: true,
reserve: #{ distance: "40px", side: "top" }
}, label(#{ text: "example content" }))
])