react-native-mask-segment-c.../docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/interaction-config.md
a1518 bea6de3767 Add Docusaurus documentation site with i18n support
- 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>
2026-07-02 23:25:56 -07:00

16 lines
667 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: interaction-config
title: "PropsinteractionConfig"
---
# 👆 PropsinteractionConfig
| 字段 | 类型 | 默认值 | 描述 |
| --- | --- | --- | --- |
| `pickMapSearchRadiusPx` | `number` | `14` | 点击 pickMap 搜索半径(像素) |
| `kickMaskPickRadiusPx` | `number` | `36` | 踢脚线遮罩拾取半径 |
| `thinStripPadding` | `number` | `0.008` | 细条(踢脚线)点击扩展比例 |
| `regionPadding` | `number` | `0.003` | 普通区域点击扩展比例 |
| `initRegionFlashMs` | `number` | `1000` | 初始轮播中每条虚线轮廓持续时长ms |
| `enableInitRegionFlash` | `boolean` | `true` | 启用初始轮播动画 |