Documentation
    Preparing search index...

    Endpoint info of the route.

    interface ISwaggerEndpoint {
        method: string;
        path: string;
        route: IOperation;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    method: string

    Method of the neighbor route.

    path: string

    Path of the neighbor route.

    route: IOperation

    Route data.