---
title: SDK symbols
description: Complete public declarations from @backlit/sdk/symbols.
---

This page is generated from the built SDK declarations. Import these names
from `@backlit/sdk/symbols`. The signatures include overloads, type parameters,
options, and public members. Do not edit this page by hand.

Start with [App and areas](/reference/app), [Resources](/reference/resources),
[Search state](/reference/state), or [Extensions](/advanced/extensions) for usage.

## FIELD_FOR

```ts title="@backlit/sdk/symbols"
declare const FIELD_FOR: unique symbol;
```

## FIELD_NAME

```ts title="@backlit/sdk/symbols"
declare const FIELD_NAME: unique symbol;
```

## FIELD_ROW

```ts title="@backlit/sdk/symbols"
declare const FIELD_ROW: unique symbol;
```

## FIELD_VALUE

```ts title="@backlit/sdk/symbols"
declare const FIELD_VALUE: unique symbol;
```

## FILTER_NAME

```ts title="@backlit/sdk/symbols"
declare const FILTER_NAME: unique symbol;
```

## FILTER_VALUE

```ts title="@backlit/sdk/symbols"
declare const FILTER_VALUE: unique symbol;
```

## KEYWORD

```ts title="@backlit/sdk/symbols"
declare const KEYWORD: unique symbol;
```

## PARSE

```ts title="@backlit/sdk/symbols"
declare const PARSE: unique symbol;
```

## REPEATER_FOR

```ts title="@backlit/sdk/symbols"
declare const REPEATER_FOR: unique symbol;
```

## RESOLVE

```ts title="@backlit/sdk/symbols"
declare const RESOLVE: unique symbol;
```

## RESOLVE_FOR

```ts title="@backlit/sdk/symbols"
declare const RESOLVE_FOR: unique symbol;
```

## STRINGIFY

```ts title="@backlit/sdk/symbols"
declare const STRINGIFY: unique symbol;
```

## TO_NODE

```ts title="@backlit/sdk/symbols"
declare const TO_NODE: unique symbol;
```

## TO_RESPONSE

```ts title="@backlit/sdk/symbols"
declare const TO_RESPONSE: unique symbol;
```

## VALUE_FOR

```ts title="@backlit/sdk/symbols"
declare const VALUE_FOR: unique symbol;
```

