Skip to content

Commit

Permalink
export document
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Oct 22, 2023
1 parent 5f2c54a commit 41aee22
Show file tree
Hide file tree
Showing 6 changed files with 415 additions and 394 deletions.
2 changes: 1 addition & 1 deletion docs/site/search/search_index.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/site/shape-custom-shapes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10287,6 +10287,15 @@ <h5 id="common-properties">Common properties<a class="headerlink" href="#common-
</code></pre></div></li>
</ul>
</li>
<li>Visible<ul>
<li>Get
<div class="highlight"><pre><span></span><code><span class="kd">var</span><span class="w"> </span><span class="nx">visible</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nx">shape</span><span class="p">.</span><span class="nx">visible</span><span class="p">;</span>
</code></pre></div></li>
<li>Set
<code>javascript
shape.setVisible(visible);</code></li>
</ul>
</li>
<li>Private data<ul>
<li>Get
<div class="highlight"><pre><span></span><code><span class="kd">var</span><span class="w"> </span><span class="nx">data</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nx">shape</span><span class="p">.</span><span class="nx">getData</span><span class="p">(</span><span class="nx">key</span><span class="p">);</span>
Expand Down
Loading

0 comments on commit 41aee22

Please sign in to comment.