TypeDoc API - v0.28.19
    Preparing search index...

    Class GroupRouter

    Router which places reflections in folders according to @group tags.

    Hierarchy (View Summary)

    Index
    includeHierarchySummary: boolean
    sluggerConfiguration: { lowercase: boolean }
    • Get the full URL to the target. In TypeDoc's default router this is equivalent to relativeUrl(project, refl), but this might not be the case for custom routers which place the project somewhere else besides index.html.

      The URL returned by this by the frontend JS when building dynamic URLs for the search, full hierarchy, and navigation components.

      Parameters

      Returns string

    anchors: Map<RouterTarget, string> = ...
    application: Application
    extension: string = ".html"
    fullUrls: Map<RouterTarget, string> = ...
    sluggers: Map<RouterTarget, Slugger> = ...
    usedFileNames: Set<string> = ...