Share via


HashPathResolver class

A path resolver that resolves paths starting with a hash sign ('#') to the 'turn.recognized.intents.' namespace.

Extends

Constructors

HashPathResolver()

Initializes a new instance of the HashPathResolver class. This resolver maps paths starting with '#' to the 'turn.recognized.intents.' namespace.

Inherited Methods

transformPath(string)

Transforms the path.

Constructor Details

HashPathResolver()

Initializes a new instance of the HashPathResolver class. This resolver maps paths starting with '#' to the 'turn.recognized.intents.' namespace.

new HashPathResolver()

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