Interface ComponentPath

Hierarchy

  • ComponentPath

Properties

Properties

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

How to resolve the path

  • . - Navigate via exports of symbol
  • # - Navigate via members of symbol
  • ~ - Navigate via locals of symbol
path: string

Generated using TypeDoc