# cursorSpotlight schema

Field specification for the cursorSpotlight object used by Vidova MCP tools.

{/* Generated by landing/scripts/generate-mcp-docs.ts. Do not edit. */}

Export `cursorSpotlightUpdateSchema` from the desktop Zod sources.

| Field | Type | Required | Constraints | Default | Description |
| --- | --- | --- | --- | --- | --- |
| `enabled` | boolean | no | — | — | — |
| `radius` | number | no | — | — | — |
| `softness` | number | no | — | — | — |
| `dimOpacity` | number | no | — | — | — |
| `onlyOnClick` | boolean | no | — | — | — |
| `clickWindow` | number | no | min 0.05; max 4 | — | — |
