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
* REQUIRED if domNode is not provided. The ID of a DOM element inside which SwaggerUI will put its user interface.
80
80
*/
81
81
dom_id?: string|undefined
82
-
/**
83
-
* REQUIRED if dom_id is not provided. The HTML DOM element inside which SwaggerUI will put its user interface. Overrides dom_id.
84
-
*/
85
-
// @ts-ignore
86
-
domNode?: HTMLElement|null|undefined
87
82
/**
88
83
* A JavaScript object describing the OpenAPI definition. When used, the url parameter will not be parsed. This is useful for testing manually-generated definitions without hosting them
0 commit comments