2023-06-10 16:52:27 +02:00
|
|
|
[bandcamp-fetch](../README.md) / SearchResultLabel
|
|
|
|
|
|
|
|
# Interface: SearchResultLabel
|
|
|
|
|
|
|
|
## Hierarchy
|
|
|
|
|
|
|
|
- [`SearchResultItem`](SearchResultItem.md)
|
|
|
|
|
|
|
|
↳ **`SearchResultLabel`**
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [imageUrl](SearchResultLabel.md#imageurl)
|
|
|
|
- [location](SearchResultLabel.md#location)
|
|
|
|
- [name](SearchResultLabel.md#name)
|
|
|
|
- [type](SearchResultLabel.md#type)
|
|
|
|
- [url](SearchResultLabel.md#url)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### imageUrl
|
|
|
|
|
|
|
|
• `Optional` **imageUrl**: `string`
|
|
|
|
|
|
|
|
#### Inherited from
|
|
|
|
|
|
|
|
[SearchResultItem](SearchResultItem.md).[imageUrl](SearchResultItem.md#imageurl)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L10)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### location
|
|
|
|
|
|
|
|
• `Optional` **location**: `string`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/types/Search.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L22)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### name
|
|
|
|
|
|
|
|
• **name**: `string`
|
|
|
|
|
|
|
|
#### Inherited from
|
|
|
|
|
|
|
|
[SearchResultItem](SearchResultItem.md).[name](SearchResultItem.md#name)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L8)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### type
|
|
|
|
|
|
|
|
• **type**: ``"label"``
|
|
|
|
|
|
|
|
#### Overrides
|
|
|
|
|
|
|
|
[SearchResultItem](SearchResultItem.md).[type](SearchResultItem.md#type)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/types/Search.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L21)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### url
|
|
|
|
|
|
|
|
• **url**: `string`
|
|
|
|
|
|
|
|
#### Inherited from
|
|
|
|
|
|
|
|
[SearchResultItem](SearchResultItem.md).[url](SearchResultItem.md#url)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L9)
|