Stratal API Reference
    Preparing search index...

    Type Alias RouteFilterFn

    RouteFilterFn: (path: string, pathItem: PathItemObject) => boolean

    Route filter function type Returns true to include route, false to exclude

    Type Declaration

      • (path: string, pathItem: PathItemObject): boolean
      • Parameters

        • path: string
        • pathItem: PathItemObject

        Returns boolean