67 lines
941 B
Markdown
67 lines
941 B
Markdown
|
[bandcamp-fetch](../README.md) / AutocompleteLocation
|
||
|
|
||
|
# Interface: AutocompleteLocation
|
||
|
|
||
|
## Hierarchy
|
||
|
|
||
|
- [`AutocompleteItem`](AutocompleteItem.md)
|
||
|
|
||
|
↳ **`AutocompleteLocation`**
|
||
|
|
||
|
## Table of contents
|
||
|
|
||
|
### Properties
|
||
|
|
||
|
- [fullName](AutocompleteLocation.md#fullname)
|
||
|
- [name](AutocompleteLocation.md#name)
|
||
|
- [type](AutocompleteLocation.md#type)
|
||
|
- [value](AutocompleteLocation.md#value)
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
### fullName
|
||
|
|
||
|
• **fullName**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Autocomplete.ts:14
|
||
|
|
||
|
___
|
||
|
|
||
|
### name
|
||
|
|
||
|
• **name**: `string`
|
||
|
|
||
|
#### Inherited from
|
||
|
|
||
|
[AutocompleteItem](AutocompleteItem.md).[name](AutocompleteItem.md#name)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Autocomplete.ts:3
|
||
|
|
||
|
___
|
||
|
|
||
|
### type
|
||
|
|
||
|
• **type**: ``"location"``
|
||
|
|
||
|
#### Overrides
|
||
|
|
||
|
[AutocompleteItem](AutocompleteItem.md).[type](AutocompleteItem.md#type)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Autocomplete.ts:13
|
||
|
|
||
|
___
|
||
|
|
||
|
### value
|
||
|
|
||
|
• **value**: `number`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Autocomplete.ts:15
|