RedocConfig

data class RedocConfig(var pageTitle: String = "Redoc", var url: String = "https://petstore.swagger.io/v2/swagger.json", val options: MutableMap<String, String> = mutableMapOf())

Constructors

Link copied to clipboard
constructor(pageTitle: String = "Redoc", url: String = "https://petstore.swagger.io/v2/swagger.json", options: MutableMap<String, String> = mutableMapOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var url: String

Functions

Link copied to clipboard