TypeDoc API - v0.28.1

    Interface ComponentPath

    interface ComponentPath {
        navigation: "." | "#" | "~";
        path: string;
    }
    Index

    Properties

    Properties

    navigation: "." | "#" | "~"

    How to resolve the path

    • . - Navigate via exports of symbol
    • # - Navigate via members of symbol
    • ~ - Navigate via locals of symbol (note: TypeDoc does not support locals, see the declaration reference docs)
    path: string
    MMNEPVFCICPMFPCPTTAAATR