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
+4
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,10 @@ Controls whether the "Try it out" section should start enabled. The default is f
125
125
126
126
⚠️ 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.
If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown. Can be Boolean to enable or disable, or a string, in which case filtering will be enabled using that string as the filter expression. Filtering is case sensitive matching the filter expression anywhere inside the tag. See Swagger UI's [Plug Points](https://github.com/swagger-api/swagger-ui/blob/master/docs/customization/plug-points.md#fnopsfilter) to customize the filtering behavior.
131
+
128
132
#### `requestSnippetsEnabled`: PropTypes.bool,
129
133
130
134
Enables the request snippet section. When disabled, the legacy curl snippet will be used. The default is false.
0 commit comments