Record
label-search-result-item
No description available.
record label-search-result-item {
color: string,
default: bool,
description: string,
id: s32,
name: string,
node-id: string,
score: f64,
text-matches: option<result-text-matches>,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| color | string | |
| default | bool | |
| description | string | |
| id | s32 | |
| name | string | |
| node-id | string | |
| score | f64 | |
| text-matches | option<result-text-matches> | |
| url | string |