Interface ILoadSwaggerDocumentationFileFilterContext

Context for a LoadSwaggerDocumentationFileFilter function.

interface ILoadSwaggerDocumentationFileFilterContext {
    fullPath: string;
    name: string;
}

Properties

Properties

fullPath: string

The full path of the file.

name: string

The name of the file without the path.

Generated using TypeDoc