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/generators.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Below is a list of additional options available for a given generator.
48
48
|`collectionType`| String | It indicates with which signature should be rendered the `array` type. Its value can be either `List` (`List<{type}>`) or `Array` (`{type}[]`). |`List`|
49
49
|`namingConvention`| Object | Options for naming conventions. | - |
50
50
|`namingConvention.type`| Function | A function that returns the format of the type. |_Returns pascal cased name_|
51
-
|`namingConvention.property`| Function | A function that returns the format of the property. |_Returns camel cased name_|
51
+
|`namingConvention.property`| Function | A function that returns the format of the property. |_Returns camel cased name, and ensures that names of properties does not clash against reserved keywords_|
0 commit comments