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: flavors/swagger-ui-react/README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,12 @@ Controls the display of vendor extension (`x-`) fields and values for Operations
114
114
115
115
⚠️ This prop is currently only applied once, on mount. Changes to this prop's value will not be propagated to the underlying Swagger UI instance. A future version of this module will remove this limitation, and the change will not be considered a breaking change.
116
116
117
+
#### `showCommonExtensions`: PropTypes.bool
118
+
119
+
Controls the display of extensions (pattern, maxLength, minLength, maximum, minimum) fields and values for Parameters.
120
+
121
+
⚠️ This prop is currently only applied once, on mount. Changes to this prop's value will not be propagated to the underlying Swagger UI instance. A future version of this module will remove this limitation, and the change will not be considered a breaking change.
122
+
117
123
#### `showMutatedRequest`: PropTypes.bool
118
124
119
125
If set to `true`, uses the mutated request returned from a requestInterceptor to produce the curl command in the UI, otherwise the request before the requestInterceptor was applied is used.
0 commit comments