3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript12,714 stars (12,714 stars)2,228 forks (2,228 forks)batch import
enhancementhelp wanted
Description
想实现某操作后定位到Tab中的样式一栏

Contributor guide
- Tech stack
- typescriptreact
- Domain
- frontend
- Issue type
- documentation
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- basic understanding of lowcode engine
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- This issue is a usage question about customizing the default tab in the right side panel. The user wants to navigate to the style tab after an operation. To assist, first review the lowcode engine documentation for tab customization, especially the TabPanel component. Then examine the source code in packages/engine/src/plugins/ to understand how tabs are managed. Look for any API or props that allow setting a default active tab. If no clear method exists, consider filing a feature request.