Changes the name of the client object in the generated JavaScript file.
- Namespace
- Statiq
.Lunr - Containing Type
- GenerateLunrIndex
Syntax
public GenerateLunrIndex WithClientName(string clientName)
Parameters
Name | Type | Description |
---|---|---|
clientName | string | The name of the client object. |
Return Value
Type | Description |
---|---|
GenerateLunrIndex | The current module instance. |