Package dev.relism.flash.ext.openapi
Class Ui.Redoc
Redoc community edition, pinned to 2.x.
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.relism.flash.ext.openapi.Ui
Ui.Redoc, Ui.Scalar, Ui.Swagger -
Method Summary
Modifier and TypeMethodDescriptiondisableSearch(boolean disable) hideDownloadButton(boolean hide) hideHostname(boolean hide) Hides the host the servers declare, leaving the paths.hideSchemaTitles(boolean hide) jsonSampleExpandLevel(int level) How deep a JSON sample is expanded;0collapses it.menuToggle(boolean toggle) Whether an open sidebar group can be collapsed again.nativeScrollbars(boolean enabled) The browser's own scrollbars in the sidebar.pathInMiddlePanel(boolean middle) The path in the middle panel rather than beside the description.requiredPropsFirst(boolean first) Required properties first in every schema, rather than in declaration order.sortPropsAlphabetically(boolean sorted)
-
Method Details
-
hideDownloadButton
-
disableSearch
-
requiredPropsFirst
Required properties first in every schema, rather than in declaration order. -
sortPropsAlphabetically
-
jsonSampleExpandLevel
How deep a JSON sample is expanded;0collapses it. Default: 2. -
hideSchemaTitles
-
pathInMiddlePanel
The path in the middle panel rather than beside the description. -
hideHostname
Hides the host the servers declare, leaving the paths. -
nativeScrollbars
The browser's own scrollbars in the sidebar.
-