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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ And now in order (operators are bold, substitutions are italic):
63
63
-*Validator name* - name of validator (see next section);
64
64
-**<=**, **:=** or **=** - default value assignment operator. In variation **<=** assigns a value when declaring a property. In variation **:=** assigns a value when the constructor is called without checking the type and calling validators. In variation **=** assigns a value when calling a constructor with type checking and calling validators;
65
65
-**`** or **```** - see *Default value*;
66
-
-*Default value* - the default value of the field. It can be surrounded by **`** or **```** operators when contains a semicolon (`;`) (except when a variation of the default value assignment operator **<=** is used). There is no difference in the use of **`** or **```** if the default value is not contains a reverse apostrophe (```), in which case you must use the **```** operator.
66
+
-*Default value* - the default value of the field. It can be surrounded by **\`** or **\`\`\`** operators when contains a semicolon (`;`) (except when a variation of the default value assignment operator **<=** is used). There is no difference in the use of **\`** or **\`\`\`** if the default value is not contains a reverse apostrophe (\`), in which case you must use the **\`\`\`** operator.
0 commit comments