示例交互上下文缩放上下文缩放此示例展示了如何使用当前缩放级别让节点决定显示哪些内容。我们使用通过 useStore 钩子 选择缩放级别来更新我们的自定义节点,以响应缩放级别的更改。index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } 只读在 Stackblitz 中打开在 Codesandbox 中打开功能概述暗黑模式