更新文档

This commit is contained in:
wanglin2 2023-04-25 17:29:56 +08:00
parent 8210151a7b
commit 34322ba6d1
5 changed files with 17 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -139,10 +139,14 @@ List of all currently registered plugins.
## Instance methods
### getSvgData()
### getSvgData({ paddingX = 0, paddingY = 0 })
> v0.3.0+
`paddingX`: Padding x
`paddingY`: Padding y
Get the `svg` data and return an object. The detailed structure is as follows:
```js

View File

@ -406,10 +406,12 @@ mindMap.setTheme(<span class="hljs-string">&#x27;Theme name&#x27;</span>)
</blockquote>
<p>List of all currently registered plugins.</p>
<h2>Instance methods</h2>
<h3>getSvgData()</h3>
<h3>getSvgData({ paddingX = 0, paddingY = 0 })</h3>
<blockquote>
<p>v0.3.0+</p>
</blockquote>
<p><code>paddingX</code>: Padding x</p>
<p><code>paddingY</code>: Padding y</p>
<p>Get the <code>svg</code> data and return an object. The detailed structure is as follows:</p>
<pre class="hljs"><code>{
svg, <span class="hljs-comment">// Element, the overall svg element of the mind map graphics, including: svg (canvas container), g (actual mind map group)</span>

View File

@ -137,10 +137,14 @@ mindMap.setTheme('主题名称')
## 实例方法
### getSvgData()
### getSvgData({ paddingX = 0, paddingY = 0 })
> v0.3.0+
`paddingX`:水平内边距
`paddingY`:垂直内边距
获取`svg`数据,返回一个对象,详细结构如下:
```js

View File

@ -406,10 +406,12 @@ mindMap.setTheme(<span class="hljs-string">&#x27;主题名称&#x27;</span>)
</blockquote>
<p>当前注册的所有插件列表</p>
<h2>实例方法</h2>
<h3>getSvgData()</h3>
<h3>getSvgData({ paddingX = 0, paddingY = 0 })</h3>
<blockquote>
<p>v0.3.0+</p>
</blockquote>
<p><code>paddingX</code>水平内边距</p>
<p><code>paddingY</code>垂直内边距</p>
<p>获取<code>svg</code>数据返回一个对象详细结构如下</p>
<pre class="hljs"><code>{
svg, <span class="hljs-comment">// Elementsvgsvgg</span>