工具 API
xmind_ set_ structure
Set the layout (structure) of a mindmap. Scope: - Whole-sheet (omit topicId): the sheet's root adopts this structure, re-laying out the entire map. - Branch-scoped (pass topicId of a non-root topic): only that topic's subtree uses the structure; siblings and the rest of the sheet are untouched. Structures: - `MindMap` — general brainstorming; the default radial layout, fits most topics - `MindMapUnbalanced` — radial map where branches sit on whichever side balances the tree - `LogicChartRight` — left-to-right outlines, argument chains, document structure - `LogicChartLeft` — right-to-left logic chart (RTL reading or mirrored layout) - `BraceMapRight` — part-whole breakdowns shown with braces, left-to-right - `BraceMapLeft` — part-whole breakdowns shown with braces, right-to-left - `OrgChartDown` — top-down reporting lines, taxonomies, hierarchies with multiple branches - `OrgChartUp` — bottom-up org chart (roots-up hierarchy) - `TreeChartRight` — single-trunk hierarchical classification, left-to-right (e.g. taxonomy, directory) - `TreeChartLeft` — single-trunk hierarchical classification, right-to-left - `TreeChartBalanced` — balanced tree chart that splits children to both sides of a vertical trunk - `TreeChartBranchAlignedLeft` — tree chart with branch-aligned children, left-to-right - `TreeChartBranchAlignedRight` — tree chart with branch-aligned children, right-to-left - `TimelineHorizontal` — chronological events, roadmaps, milestones along a horizontal axis - `TimelineVertical` — chronological events down a vertical axis - `TimelineHorizontalOffAxis` — horizontal timeline with events alternating above/below the axis - `FishboneRight` — cause-and-effect / Ishikawa root-cause analysis, head on the right - `FishboneLeft` — cause-and-effect / Ishikawa root-cause analysis, head on the left - `TreeTable` — hierarchical data viewed as a nested table, title column on the left - `TreeTableTopTitle` — hierarchical data as a nested table, title row on top - `MatrixRow` — 2D comparison grid laid out row-first (e.g. feature matrix, pros/cons) - `MatrixColumn` — 2D comparison grid laid out column-first
调用信息
- 工具标识
- xmind.xmind_set_structure
- 服务提供方
- Xmind
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
fileId必填The ID of the mindmap file.
structure必填The structure (layout) to apply.
topicIdOptional. The topic to scope the structure to (the value inside its <!--t:id--> anchor). Omit to apply to the whole sheet.
sheetIdOptional. Which sheet to target when applying whole-sheet (defaults to the first sheet).