KC's Workspace
    Preparing search index...
    interface HtmlSpaOptions {
        linkMapper: LinkMapper;
        metricsToShow: ("lines" | "branches" | "functions" | "statements")[];
        skipEmpty: boolean;
        subdir: string;
        verbose: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    linkMapper: LinkMapper
    metricsToShow: ("lines" | "branches" | "functions" | "statements")[]
    skipEmpty: boolean
    subdir: string
    verbose: boolean