TypeDoc API - v0.28.1

    Class KindDirRouter

    Router which places reflections in folders according to their kind, but creates each page as /index.html to allow for clean URLs.

    Hierarchy (View Summary, Expand)

    Index

    Accessors

    includeHierarchySummary: any
    sluggerConfiguration: any

    Constructors

    Methods

    • 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

    Properties

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