DollarPathResolver class
A path resolver that resolves paths starting with a dollar sign ('$') to the 'dialog.' namespace.
- Extends
Constructors
| Dollar |
Initializes a new instance of the DollarPathResolver class. This resolver maps paths starting with '$' to the 'dialog.' namespace. |
Inherited Methods
| transform |
Transforms the path. |
Constructor Details
DollarPathResolver()
Initializes a new instance of the DollarPathResolver class. This resolver maps paths starting with '$' to the 'dialog.' namespace.
new DollarPathResolver()
Inherited Method Details
transformPath(string)
Transforms the path.
function transformPath(path: string): string
Parameters
- path
-
string
Path to inspect.
Returns
string
The transformed path.
Inherited From AliasPathResolver.transformPath