- Docusaurus 3.7.0 with both English and Chinese (zh-CN) locales - Full API reference split into structured pages - Homepage with hero, feature cards, and quick start section - GitHub Actions workflow for auto-deployment to GitHub Pages Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
667 B
Markdown
16 lines
667 B
Markdown
---
|
||
id: interaction-config
|
||
title: "Props:interactionConfig"
|
||
---
|
||
|
||
# 👆 Props:interactionConfig
|
||
|
||
| 字段 | 类型 | 默认值 | 描述 |
|
||
| --- | --- | --- | --- |
|
||
| `pickMapSearchRadiusPx` | `number` | `14` | 点击 pickMap 搜索半径(像素) |
|
||
| `kickMaskPickRadiusPx` | `number` | `36` | 踢脚线遮罩拾取半径 |
|
||
| `thinStripPadding` | `number` | `0.008` | 细条(踢脚线)点击扩展比例 |
|
||
| `regionPadding` | `number` | `0.003` | 普通区域点击扩展比例 |
|
||
| `initRegionFlashMs` | `number` | `1000` | 初始轮播中每条虚线轮廓持续时长(ms) |
|
||
| `enableInitRegionFlash` | `boolean` | `true` | 启用初始轮播动画 |
|