TRedocOptions Class
Options that control the Redoc interface published by a server module.
Remarks
Redoc is an open source tool that generates API documentation from an OpenAPI document.
Syntax
Unit: XData.Server.Module
TRedocOptions = class(TPersistent);
Constructors
| Name | Description |
|---|---|
| Create | Creates a new instance with all options set to their default values. |
Methods
| Name | Description |
|---|---|
| Assign | Copies all option values from another TRedocOptions instance. |
Properties
| Name | Description |
|---|---|
| CustomParams | Gets or sets additional Redoc configuration parameters, in Name=Value format. |