Skip to content

Commit

Permalink
Deployed e4de509 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 6, 2025
1 parent af145b5 commit e624808
Show file tree
Hide file tree
Showing 242 changed files with 13 additions and 196,552 deletions.
12 changes: 12 additions & 0 deletions 04-common-properties/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2769,6 +2769,18 @@ <h3 id="using-commonproperties-in-commoncanvas-right-flyout-panel">Using CommonP
<span class="na">showRightFlyout</span><span class="o">=</span><span class="s">{showRightFlyout}</span>
<span class="p">/&gt;</span>
</code></pre></div></p>
<p>If the <code>CommonProperties</code> component is nested inside single or multiple layers of <code>&lt;div&gt;</code> elements, special consideration is needed for proper layout behavior.</p>
<p>```html
const rightFlyoutContent = (
<div className="parent-div">
<CommonProperties
propertiesInfo={this.propertiesInfo}
propertiesConfig={{ containerType: "Custom", rightFlyout: true }}
callbacks={this.callbacks}
/>
</div>
)</p>
<p><code>display: flex</code> should be added to <code>parent-div</code> to allow Common Properties content to occupy full width and height available in right flyout.</p>



Expand Down
1 change: 0 additions & 1 deletion latest

This file was deleted.

2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit e624808

Please sign in to comment.