# ColorBasemap

***

## Properties

### id

> **id**: `string`

A unique identifier for the basemap.

#### Remarks

Do not rely on the stability of this ID for Felt basemaps, as they are subject to change.

***

### name

> **name**: `string`

The name of the basemap.

***

### uiColorScheme

> **uiColorScheme**: `"light"` | `"dark"`

The color scheme of the UI that goes with the basemap. It is best to set this to "light" if your basemap is broadly light, and "dark" if your basemap is broadly dark.

***

### type

> **type**: `"color"`

***

### color

> **color**: `string`

***

### attribution?

> `optional` **attribution**: `string`

The attribution of the basemap, which is shown in the map's UI.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.felt.com/js-sdk-api-reference/basemaps/colorbasemap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
