Skip to content

Commit

Permalink
add doc file that got untracked
Browse files Browse the repository at this point in the history
  • Loading branch information
nbramblett committed Sep 10, 2024
1 parent 828282e commit a22c15b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/chat-core/docs/chat-core.chatconfig.locationoverride.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@yext/chat-core](./chat-core.md) &gt; [ChatConfig](./chat-core.chatconfig.md) &gt; [locationOverride](./chat-core.chatconfig.locationoverride.md)

## ChatConfig.locationOverride property

An optional location override to use instead of the user's provided location.

**Signature:**

```typescript
locationOverride?: {
latitude: number;
longitude: number;
};
```

## Remarks

If provided, Search steps will not attept to infer the location from the request data and will use this latitude and longitude instead.

0 comments on commit a22c15b

Please sign in to comment.