Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@nestia/core
SwaggerCustomizer
ISwaggerEndpoint
Interface ISwaggerEndpoint
Endpoint info of the route.
interface
ISwaggerEndpoint
{
method
:
string
;
path
:
string
;
route
:
IOperation
;
}
Hierarchy (
View Summary
)
IAccessor
ISwaggerEndpoint
Index
Properties
method
path
route
Properties
method
method
:
string
Method of the neighbor route.
path
path
:
string
Path of the neighbor route.
route
route
:
IOperation
Route data.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
method
path
route
Nestia API Documents
Loading...
Endpoint info of the route.