# parts.page.embed.ctx

> Published by [page.parts](https://lexicon.garden/identity/did:plc:de2gzyliybvjo4bfvu4i54de)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:de2gzyliybvjo4bfvu4i54de/parts.page.embed.ctx)
- [Documentation](https://lexicon.garden/lexicon/did:plc:de2gzyliybvjo4bfvu4i54de/parts.page.embed.ctx/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:de2gzyliybvjo4bfvu4i54de/parts.page.embed.ctx/examples)

## Definitions

### `parts.page.embed.ctx#mode`

**Type**: `string`

**Known Values**:
- `edit`
- `view`

### `parts.page.embed.ctx#bgColor`

**Type**: `string`

### `parts.page.embed.ctx#primaryColor`

**Type**: `string`

## Raw Schema

```json
{
  "id": "parts.page.embed.ctx",
  "defs": {
    "mode": {
      "type": "string",
      "knownValues": [
        "edit",
        "view"
      ]
    },
    "bgColor": {
      "type": "string"
    },
    "primaryColor": {
      "type": "string"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
