TSwaggerUIExpansion Enumeration
Defines how much of the operation list Swagger UI expands by default.
Remarks
List expands the tag list but not the operations, and is the default value. None keeps everything collapsed. Full expands the tags and all their operations.
Syntax
Unit: XData.Server.Module
Members
| Name | Value | Description |
|---|---|---|
| List | 0 | |
| None | 1 | |
| Full | 2 |