You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/SAIL_CODING_GUIDE.md
+106Lines changed: 106 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,112 @@ a!localVariables(
85
85
86
86
In this example, local!number starts out as an Integer. However, once a user interacts with the Number field, a Decimal value will be saved into local!number.
87
87
88
+
## Test Data Guidelines
89
+
90
+
When creating code examples, use realistic but generic test data that helps users understand the component's purpose without being distracting or inappropriate.
0 commit comments