We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0746f commit 4322117Copy full SHA for 4322117
src/ApiConsole.js
@@ -560,7 +560,15 @@ export class ApiConsole extends AmfHelperMixin(LitElement) {
560
* **This is an experimental option and may dissapear without warning.**
561
*/
562
rearrangeEndpoints: { type: Boolean },
563
+ /**
564
+ * Value of the selected server. This is passed into `api-documentation` and
565
+ * `api-request-panel`
566
+ */
567
selectedServerValue: { type: String },
568
569
+ * Type of the selected server. This is passed into `api-documentation` and
570
571
572
selectedServerType: { type: String },
573
};
574
}
0 commit comments