DollarPathResolver class

Maps $xxx => dialog.xxx

Extends

Constructors

DollarPathResolver()

Initializes a new instance of the DollarPathResolver class.

Inherited Methods

transformPath(string)

Transforms the path.

Constructor Details

DollarPathResolver()

Initializes a new instance of the DollarPathResolver class.

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