Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AnchorNodeResolve

Resolution modes for the anchor tag. This controls how the "href" attribute is handled.

Index

Enumeration members

Enumeration members

BASE

BASE: = "base"

Value will be resolved relative to the base path (inPath) of the project.

LOCAL

LOCAL: = "local"

Value will be resolved based on the relative location of the current fragment

NONE

NONE: = "none"

No compile-time resolution will be performed. Href will be left unchanged for the browser to handle.

ROOT

ROOT: = "root"

Value will be resolved relative to the root fragment or page

Generated using TypeDoc