Skip to content

Commit 4322117

Browse files
committed
docs(server): add documentation to selected server props
1 parent 1f0746f commit 4322117

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/ApiConsole.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,15 @@ export class ApiConsole extends AmfHelperMixin(LitElement) {
560560
* **This is an experimental option and may dissapear without warning.**
561561
*/
562562
rearrangeEndpoints: { type: Boolean },
563+
/**
564+
* Value of the selected server. This is passed into `api-documentation` and
565+
* `api-request-panel`
566+
*/
563567
selectedServerValue: { type: String },
568+
/**
569+
* Type of the selected server. This is passed into `api-documentation` and
570+
* `api-request-panel`
571+
*/
564572
selectedServerType: { type: String },
565573
};
566574
}

0 commit comments

Comments
 (0)